]> git.ipfire.org Git - thirdparty/squid.git/blame - src/adaptation/Makefile.am
Bug 2628: make PID file PREFIX/var/run/squid.pid the basic default
[thirdparty/squid.git] / src / adaptation / Makefile.am
CommitLineData
e73c418d
AR
1include $(top_srcdir)/src/Common.am
2include $(top_srcdir)/src/TestHeaders.am
a68cf076 3
1f3c65fc
AR
4## make a list of directories for configured adaptation schemes
5SUBDIRS =
6
7if USE_ICAP_CLIENT
8SUBDIRS += icap
9endif
10
11if USE_ECAP
12SUBDIRS += ecap
13endif
14
a68cf076
AR
15noinst_LTLIBRARIES = libadaptation.la
16
1f3c65fc 17## start with the code shared among all adaptation schemes
a68cf076 18libadaptation_la_SOURCES = \
62c7f90e
AR
19 AccessCheck.cc \
20 AccessCheck.h \
21 AccessRule.cc \
22 AccessRule.h \
429428c7
AR
23 Config.cc \
24 Config.h \
a68cf076
AR
25 Elements.cc \
26 Elements.h \
429428c7
AR
27 forward.h \
28 Initiate.cc \
29 Initiate.h \
30 Initiator.cc \
31 Initiator.h \
a22e6cd3
AR
32 Iterator.cc \
33 Iterator.h \
cb255235
AR
34 Message.cc \
35 Message.h \
a68cf076
AR
36 Service.cc \
37 Service.h \
429428c7
AR
38 ServiceConfig.cc \
39 ServiceConfig.h \
62c7f90e 40 ServiceGroups.cc \
3ff65596 41 ServiceGroups.h \
a22e6cd3
AR
42 ServiceFilter.cc \
43 ServiceFilter.h \
3ff65596
AR
44 History.cc \
45 History.h
a68cf076 46
1f3c65fc 47# add libraries for specific adaptation schemes
b61a58df 48libadaptation_la_LIBADD = @ECAP_LIBS@ @ECAPLIB@ @ICAP_LIBS@
0e42cf18 49
0b253ef1 50libadaptation_la_DEPENDENCIES = @ECAP_LIBS@ @ICAP_LIBS@