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...
-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