]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Markus Moeller <huaraz@moeller.plus.com>
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 25 Sep 2009 09:49:42 +0000 (21:49 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 25 Sep 2009 09:49:42 +0000 (21:49 +1200)
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...

src/Common.am

index dd10d15c5c05542e0b058b860b940e991e2fc587..0072bc8fff724cf28fe93bb6f4088d3a7769c646 100644 (file)
@@ -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