]> git.ipfire.org Git - thirdparty/squid.git/blame - src/adaptation/Makefile.am
Source Format Enforcement (#665)
[thirdparty/squid.git] / src / adaptation / Makefile.am
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 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 \
aa5639dc 29 History.cc \
30 History.h \
429428c7
AR
31 Initiate.cc \
32 Initiate.h \
33 Initiator.cc \
34 Initiator.h \
a22e6cd3
AR
35 Iterator.cc \
36 Iterator.h \
cb255235
AR
37 Message.cc \
38 Message.h \
a68cf076
AR
39 Service.cc \
40 Service.h \
429428c7
AR
41 ServiceConfig.cc \
42 ServiceConfig.h \
a22e6cd3
AR
43 ServiceFilter.cc \
44 ServiceFilter.h \
aa5639dc 45 ServiceGroups.cc \
46 ServiceGroups.h \
47 forward.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