]> git.ipfire.org Git - thirdparty/squid.git/blob - src/adaptation/ecap/Makefile.am
Merge from trunk
[thirdparty/squid.git] / src / adaptation / ecap / Makefile.am
1 include $(top_srcdir)/src/Common.am
2 include $(top_srcdir)/src/TestHeaders.am
3
4 noinst_LTLIBRARIES = libecap.la
5
6 libecap_la_SOURCES = \
7 Config.h \
8 Config.cc \
9 Host.h \
10 Host.cc \
11 MessageRep.h \
12 MessageRep.cc \
13 ServiceRep.h \
14 ServiceRep.cc \
15 XactionRep.h \
16 XactionRep.cc \
17 \
18 Registry.h