]> git.ipfire.org Git - thirdparty/squid.git/blob - src/adaptation/ecap/Makefile.am
Import external libecap in adaptation/ecap/, where it belongs.
[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 = libsquid-ecap.la
5
6 libsquid_ecap_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
19
20 # add libecap using its pkg-config-produced configuration variables
21 libsquid_ecap_la_CXXFLAGS = $(EXT_LIBECAP_CFLAGS)
22 libsquid_ecap_la_LIBADD = $(EXT_LIBECAP_LIBS)