]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / adaptation / Makefile.am
index e8d24806993739fbf75c89131026e2ca095eecfe..6098ac186f3e3db7baff27bda57b85a954fdf512 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.
+##
+
 include $(top_srcdir)/src/Common.am
 include $(top_srcdir)/src/TestHeaders.am
 
@@ -12,11 +19,6 @@ if USE_ECAP
 SUBDIRS += ecap
 endif
 
-if USE_LOADABLE_MODULES
-## LTDL headers require their local include path...
-INCLUDES += $(INCLTDL)
-endif
-
 noinst_LTLIBRARIES = libadaptation.la
 
 ## start with the code shared among all adaptation schemes
@@ -25,8 +27,12 @@ libadaptation_la_SOURCES = \
        AccessCheck.h \
        AccessRule.cc \
        AccessRule.h \
+       Answer.cc \
+       Answer.h \
        Config.cc \
        Config.h \
+       DynamicGroupCfg.cc \
+       DynamicGroupCfg.h \
        Elements.cc \
        Elements.h \
        forward.h \
@@ -50,6 +56,6 @@ libadaptation_la_SOURCES = \
        History.h 
 
 # add libraries for specific adaptation schemes
-libadaptation_la_LIBADD = $(ECAP_LIBS) $(ECAPLIB) $(ICAP_LIBS)
+libadaptation_la_LIBADD = $(ECAP_LIBS) $(ICAP_LIBS)
 
 libadaptation_la_DEPENDENCIES = $(ECAP_LIBS) $(ICAP_LIBS)