]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / adaptation / Makefile.am
index 0942fd25fc5f798598f6e6f34c7b0b4b241bc05f..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
 
@@ -20,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 \
@@ -29,6 +40,8 @@ libadaptation_la_SOURCES = \
        Initiate.h \
        Initiator.cc \
        Initiator.h \
+       Iterator.cc \
+       Iterator.h \
        Message.cc \
        Message.h \
        Service.cc \
@@ -36,8 +49,13 @@ libadaptation_la_SOURCES = \
        ServiceConfig.cc \
        ServiceConfig.h \
        ServiceGroups.cc \
-       ServiceGroups.h
+       ServiceGroups.h \
+       ServiceFilter.cc \
+       ServiceFilter.h \
+       History.cc \
+       History.h 
 
 # add libraries for specific adaptation schemes
-libadaptation_la_LIBADD = @ECAP_LIBS@ @ICAP_LIBS@
+libadaptation_la_LIBADD = $(ECAP_LIBS) $(ICAP_LIBS)
 
+libadaptation_la_DEPENDENCIES = $(ECAP_LIBS) $(ICAP_LIBS)