]> git.ipfire.org Git - thirdparty/squid.git/blame - src/adaptation/ecap/Makefile.am
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / adaptation / ecap / Makefile.am
CommitLineData
f70aedc4 1## Copyright (C) 1996-2021 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 14 Config.cc \
aa5639dc 15 Config.h \
1f3c65fc 16 Host.cc \
aa5639dc 17 Host.h \
1f3c65fc 18 MessageRep.cc \
aa5639dc 19 MessageRep.h \
20 Registry.h \
1f3c65fc 21 ServiceRep.cc \
aa5639dc 22 ServiceRep.h \
1f3c65fc 23 XactionRep.cc \
aa5639dc 24 XactionRep.h
80ab04bb
AR
25
26# add libecap using its pkg-config-produced configuration variables
ca3a08e2
AJ
27libecapsquid_la_CXXFLAGS = $(EXT_LIBECAP_CFLAGS)
28libecapsquid_la_LIBADD = $(EXT_LIBECAP_LIBS)