From: Amos Jeffries Date: Fri, 25 Sep 2009 09:49:42 +0000 (+1200) Subject: Author: Markus Moeller X-Git-Tag: SQUID_3_2_0_1~693 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a53ea9b85e4df10a882204a11fed283a5234d627;p=thirdparty%2Fsquid.git Author: Markus Moeller Add KRB5INCS to INCLUDES Needs to be global because we use the kerb5 com_err.h hack globally through the libcompat headers. NP: There should be a compat/*.am for these I guess... --- diff --git a/src/Common.am b/src/Common.am index dd10d15c5c..0072bc8fff 100644 --- a/src/Common.am +++ b/src/Common.am @@ -20,6 +20,10 @@ INCLUDES = \ -I$(top_builddir)/include \ @SQUID_CPPUNIT_INC@ +## Kerberos headers require their include path. +## Because we use libcompat for comm_err.h header protections ... +INCLUDES += @KRB5INCS@ + ## make all compiled sources depend on generated files ## XXX: Do we really need this? Does auto-dependency tracking work? $(OBJS): $(top_srcdir)/include/version.h $(top_builddir)/include/autoconf.h