$(XTRA_LIBS)
## we need our local files too (but avoid -I. at all costs)
-INCLUDES += -I$(srcdir) -I$(top_srcdir)/lib
+AM_CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/lib
install-data-local: msntauth.conf.default
$(XTRA_LIBS)
## we need our local files too (but avoid -I. at all costs)
-INCLUDES += -I$(srcdir)
+AM_CPPFLAGS += -I$(srcdir)
include $(top_srcdir)/src/Common.am
## we need our local files too (but avoid -I. at all costs)
-INCLUDES += -I$(srcdir)
+AM_CPPFLAGS += -I$(srcdir)
libexec_PROGRAMS = basic_nis_auth
include $(top_srcdir)/src/Common.am
## we need our local files too (but avoid -I. at all costs)
-INCLUDES += -I$(srcdir)
+AM_CPPFLAGS += -I$(srcdir)
libexec_PROGRAMS = basic_radius_auth
man_MANS = basic_radius_auth.8
include $(top_srcdir)/src/Common.am
## we need our local files too (but avoid -I. at all costs)
-INCLUDES += -I$(srcdir)
+AM_CPPFLAGS += -I$(srcdir)
if ENABLE_WIN32SPECIFIC
libexec_PROGRAMS = basic_sspi_auth
include $(top_srcdir)/src/Common.am
## we need our local files too (but avoid -I. at all costs)
-INCLUDES += -I$(srcdir)
+AM_CPPFLAGS += -I$(srcdir)
libexec_PROGRAMS = digest_ldap_auth
digest_ldap_auth_SOURCES = digest_pw_auth.cc \
include $(top_srcdir)/src/Common.am
## we need our local files too (but avoid -I. at all costs)
-INCLUDES += -I$(srcdir)
-
+AM_CPPFLAGS += -I$(srcdir)
libexec_PROGRAMS = digest_edirectory_auth
digest_edirectory_auth_SOURCES = digest_pw_auth.cc \
include $(top_srcdir)/src/Common.am
## we need our local files too (but avoid -I. at all costs)
-INCLUDES += -I$(srcdir)
+AM_CPPFLAGS += -I$(srcdir)
man_MANS = digest_file_auth.8
libexec_PROGRAMS = digest_file_auth
EXTRA_DIST = README required.m4 cert_tool ext_kerberos_ldap_group_acl.8
SUBDIRS =
-AM_CPPFLAGS = $(INCLUDES) -I$(srcdir)
+AM_CPPFLAGS += -I$(srcdir)
libexec_SCRIPTS = cert_tool
libexec_PROGRAMS = negotiate_kerberos_auth negotiate_kerberos_auth_test
-AM_CPPFLAGS = $(INCLUDES) -I$(srcdir)
+AM_CPPFLAGS += -I$(srcdir)
negotiate_kerberos_auth_SOURCES = negotiate_kerberos_auth.cc negotiate_kerberos_pac.cc negotiate_kerberos.h
negotiate_kerberos_auth_LDFLAGS =
$(CRYPTLIB) \
$(XTRA_LIBS)
-INCLUDES += -I$(top_srcdir)/lib
+AM_CPPFLAGS += -I$(top_srcdir)/lib
## Demo using perl.
## ntlm_fake_auth.pl: ntlm_fake_auth.pl.in
$(CRYPTLIB) \
$(XTRA_LIBS)
-INCLUDES += -I$(top_srcdir)/lib
+AM_CPPFLAGS += -I$(top_srcdir)/lib
EXTRA_DIST = required.m4
include $(top_srcdir)/src/Common.am
-INCLUDES += -I$(top_srcdir)/include
+AM_CPPFLAGS += -I$(top_srcdir)/include
TESTS += trie
check_PROGRAMS += trie
trie_SOURCES = trie.cc
-trie_LDADD = $(top_builddir)/lib/libTrie/libTrie.a
\ No newline at end of file
+trie_LDADD = $(top_builddir)/lib/libTrie/libTrie.a
include $(top_srcdir)/src/Common.am
include $(top_srcdir)/src/TestHeaders.am
-INCLUDES += -I$(top_srcdir)/lib
+AM_CPPFLAGS += -I$(top_srcdir)/lib
noinst_LTLIBRARIES = libntlmauth.la
include $(top_srcdir)/src/Common.am
-INCLUDES += -I$(top_srcdir)/lib
+AM_CPPFLAGS += -I$(top_srcdir)/lib
noinst_LTLIBRARIES = librfcnb.la
include $(top_srcdir)/src/Common.am
-INCLUDES += -I$(top_srcdir)/lib
+AM_CPPFLAGS += -I$(top_srcdir)/lib
noinst_LTLIBRARIES = libsmblib.la
##
AM_CFLAGS = $(SQUID_CFLAGS)
AM_CXXFLAGS = $(SQUID_CXXFLAGS)
+AM_CPPFLAGS = \
+ -I$(top_srcdir) \
+ -I$(top_builddir)/include \
+ -I$(top_srcdir)/include
+
noinst_LTLIBRARIES = libsnmplib.la
libsnmplib_la_SOURCES = asn1.c parse.c snmp_vars.c \
coexistance.c snmp_api.c snmp_error.c \
snmp_msg.c \
snmp_pdu.c snmplib_debug.c
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/include
-
VERSION = 3.4
DEFS = -DSQUID_SNMP=1
check_PROGRAMS =
TESTS =
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/include \
-I$(top_srcdir)/lib \
## Kerberos headers require their include path.
## Because we use libcompat for comm_err.h header protections ...
-INCLUDES += $(KRB5INCS)
+AM_CPPFLAGS += $(KRB5INCS)
## Loadable Modules requires LTDL include paths.
## Because we need this to use the libray linking headers...
if ENABLE_LOADABLE_MODULES
-INCLUDES += $(INCLTDL)
+AM_CPPFLAGS += $(INCLTDL)
endif
## make all compiled sources depend on generated files
cf_gen.$(OBJEXT): cf_gen_defines.cci
## cf_gen.cc needs src/cf_gen_defines.cci
-INCLUDES += -I$(top_builddir)/src
+AM_CPPFLAGS += -I$(top_builddir)/src
ACL_REGISTRATION_SOURCES = AclRegs.cc AuthReg.cc
## squid_LDFLAGS = -all-static -dlopen self
##
## LTDL headers require their local include path...
-INCLUDES += $(INCLTDL)
+AM_CPPFLAGS += $(INCLTDL)
endif
## Kerberos libraries require their include path...
-INCLUDES += $(KRB5INCS)
+AM_CPPFLAGS += $(KRB5INCS)
unlinkd_SOURCES = unlinkd_daemon.cc
$(SSLLIB) \
$(COMPAT_LIB) \
$(XTRA_LIBS)
-tests_testRock_LDFLAGS = $(INCLUDES) $(LIBADD_DL)
+tests_testRock_LDFLAGS = $(AM_CPPFLAGS) $(LIBADD_DL)
tests_testRock_DEPENDENCIES = \
$(SWAP_TEST_DS)
libfs_la_DEPENDENCIES = $(STORE_LIBS_TO_BUILD)
## we need our local files too (but avoid -I. at all costs)
-INCLUDES += -I$(srcdir)
+AM_CPPFLAGS += -I$(srcdir)
## targets below to emulate distributed makefiles
include $(top_srcdir)/src/Common.am
## we need our local files too (but avoid -I. at all costs)
-INCLUDES += -I$(srcdir)
+AM_CPPFLAGS += -I$(srcdir)
AUTOMAKE_OPTIONS = subdir-objects
AUTOMAKE_OPTIONS = subdir-objects
## we need our local files too (but avoid -I. at all costs)
-INCLUDES += -I$(srcdir)
+AM_CPPFLAGS += -I$(srcdir)
LDADD = \
$(top_builddir)/src/base/libbase.la \
AUTOMAKE_OPTIONS = subdir-objects
## we need our local files too (but avoid -I. at all costs)
-INCLUDES += -I$(srcdir)
+AM_CPPFLAGS += -I$(srcdir)
SUBDIRS = purge squidclient
EXTRA_DIST =