]> git.ipfire.org Git - thirdparty/squid.git/blob - src/adaptation/Makefile.am
Use Common.am and TestHeaders.am instead of replicating their code.
[thirdparty/squid.git] / src / adaptation / Makefile.am
1 include $(top_srcdir)/src/Common.am
2 include $(top_srcdir)/src/TestHeaders.am
3
4 noinst_LTLIBRARIES = libadaptation.la
5
6 libadaptation_la_SOURCES = \
7 AccessCheck.cc \
8 AccessCheck.h \
9 AccessRule.cc \
10 AccessRule.h \
11 Config.cc \
12 Config.h \
13 Elements.cc \
14 Elements.h \
15 forward.h \
16 Initiate.cc \
17 Initiate.h \
18 Initiator.cc \
19 Initiator.h \
20 Message.cc \
21 Message.h \
22 Service.cc \
23 Service.h \
24 ServiceConfig.cc \
25 ServiceConfig.h \
26 ServiceGroups.cc \
27 ServiceGroups.h
28
29