]> git.ipfire.org Git - thirdparty/squid.git/blob - src/adaptation/icap/Makefile.am
SourceLayout: adaptation/{icap,ecap}, take 1 with tweaks
[thirdparty/squid.git] / src / adaptation / icap / Makefile.am
1 include $(top_srcdir)/src/Common.am
2 include $(top_srcdir)/src/TestHeaders.am
3
4 noinst_LTLIBRARIES = libicap.la
5
6 libicap_la_SOURCES = \
7 Client.cc \
8 Client.h \
9 InOut.h \
10 Config.cc \
11 Config.h \
12 Elements.cc \
13 Elements.h \
14 Options.cc \
15 Options.h \
16 ServiceRep.cc \
17 ServiceRep.h \
18 Launcher.cc \
19 Launcher.h \
20 OptXact.cc \
21 OptXact.h \
22 Xaction.cc \
23 Xaction.h \
24 ModXact.cc \
25 ModXact.h