]> git.ipfire.org Git - thirdparty/squid.git/blame - src/adaptation/icap/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / adaptation / icap / Makefile.am
CommitLineData
bde978a6 1## Copyright (C) 1996-2015 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
11noinst_LTLIBRARIES = libicap.la
12
13libicap_la_SOURCES = \
26cc52cb
AR
14 Client.cc \
15 Client.h \
16 InOut.h \
17 Config.cc \
18 Config.h \
19 Elements.cc \
20 Elements.h \
21 Options.cc \
22 Options.h \
23 ServiceRep.cc \
24 ServiceRep.h \
25 Launcher.cc \
26 Launcher.h \
27 OptXact.cc \
28 OptXact.h \
29 Xaction.cc \
30 Xaction.h \
31 ModXact.cc \
3ff65596
AR
32 ModXact.h \
33 icap_log.cc \
34 icap_log.h \
35 History.cc \
36 History.h