]> git.ipfire.org Git - thirdparty/squid.git/blame - src/adaptation/Makefile.am
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / adaptation / Makefile.am
CommitLineData
5b74111a 1## Copyright (C) 1996-2018 The Squid Software Foundation and contributors
bbc27441
AJ
2##
3## Squid software is distributed under GPLv2+ license and includes
4## contributions from numerous individuals and organizations.
5## Please see the COPYING and CONTRIBUTORS files for details.
6##
7
e73c418d
AR
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
a68cf076 10
ebf76e07 11DIST_SUBDIRS= ecap icap
1f3c65fc
AR
12SUBDIRS =
13
a68cf076
AR
14noinst_LTLIBRARIES = libadaptation.la
15
16libadaptation_la_SOURCES = \
62c7f90e
AR
17 AccessCheck.cc \
18 AccessCheck.h \
19 AccessRule.cc \
20 AccessRule.h \
1adcebc3
AR
21 Answer.cc \
22 Answer.h \
429428c7
AR
23 Config.cc \
24 Config.h \
53340485
AR
25 DynamicGroupCfg.cc \
26 DynamicGroupCfg.h \
a68cf076
AR
27 Elements.cc \
28 Elements.h \
429428c7
AR
29 forward.h \
30 Initiate.cc \
31 Initiate.h \
32 Initiator.cc \
33 Initiator.h \
a22e6cd3
AR
34 Iterator.cc \
35 Iterator.h \
cb255235
AR
36 Message.cc \
37 Message.h \
a68cf076
AR
38 Service.cc \
39 Service.h \
429428c7
AR
40 ServiceConfig.cc \
41 ServiceConfig.h \
62c7f90e 42 ServiceGroups.cc \
3ff65596 43 ServiceGroups.h \
a22e6cd3
AR
44 ServiceFilter.cc \
45 ServiceFilter.h \
3ff65596 46 History.cc \
8aafbbc1 47 History.h
a68cf076 48
ebf76e07
AJ
49libadaptation_la_LIBADD =
50
51if ENABLE_ECAP
52SUBDIRS += ecap
53libadaptation_la_LIBADD += ecap/libecapsquid.la
54endif
55
56if ENABLE_ICAP_CLIENT
57SUBDIRS += icap
58libadaptation_la_LIBADD += icap/libicap.la
59endif
0e42cf18 60