]> git.ipfire.org Git - thirdparty/squid.git/blame - src/adaptation/ecap/Makefile.am
Preserve caller context in MemObject::abort callbacks (#671)
[thirdparty/squid.git] / src / adaptation / ecap / Makefile.am
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
bbc27441
AJ
2##
3## Squid software is distributed under GPLv2+ license and includes
4## contributions from numerous individuals and organizations.
5## Please see the COPYING and CONTRIBUTORS files for details.
6##
7
1f3c65fc
AR
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
ca3a08e2 11noinst_LTLIBRARIES = libecapsquid.la
1f3c65fc 12
ca3a08e2 13libecapsquid_la_SOURCES = \
1f3c65fc
AR
14 Config.h \
15 Config.cc \
16 Host.h \
17 Host.cc \
18 MessageRep.h \
19 MessageRep.cc \
20 ServiceRep.h \
21 ServiceRep.cc \
22 XactionRep.h \
23 XactionRep.cc \
24 \
25 Registry.h
80ab04bb
AR
26
27# add libecap using its pkg-config-produced configuration variables
ca3a08e2
AJ
28libecapsquid_la_CXXFLAGS = $(EXT_LIBECAP_CFLAGS)
29libecapsquid_la_LIBADD = $(EXT_LIBECAP_LIBS)