]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/Common.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / Common.am
index c78fe2bd9a6f1a2c0621231800a0cee0c421bba7..cf0b4af11fb4ba3213e0c07c11f53213f7ed498d 100644 (file)
@@ -1,3 +1,10 @@
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
 ## Settings common to many Squid Makefiles
 
 ## This file should be included first in all src/subdir/Makefile.am
@@ -13,7 +20,7 @@ CLEANFILES =
 check_PROGRAMS = 
 TESTS =
 
-INCLUDES = \
+AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/include \
        -I$(top_srcdir)/lib \
@@ -23,12 +30,12 @@ INCLUDES = \
 
 ## 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 USE_LOADABLE_MODULES
-INCLUDES += $(INCLTDL)
+if ENABLE_LOADABLE_MODULES
+AM_CPPFLAGS += $(INCLTDL)
 endif
 
 ## make all compiled sources depend on generated files