]> git.ipfire.org Git - thirdparty/squid.git/blame - src/log/Makefile.am
Boilerplate: update copyright blurbs on Squid helpers
[thirdparty/squid.git] / src / log / Makefile.am
CommitLineData
82b7abe3
AJ
1include $(top_srcdir)/src/Common.am
2include $(top_srcdir)/src/TestHeaders.am
3
4noinst_LTLIBRARIES = liblog.la
5
6liblog_la_SOURCES = \
1c7ae5ff 7 access_log.h \
82b7abe3
AJ
8 access_log.cc \
9 Config.cc \
10 Config.h \
11 File.cc \
12 File.h \
20efa1c2
AJ
13 FormatHttpdCombined.cc \
14 FormatHttpdCommon.cc \
15 Formats.h \
16 FormatSquidCustom.cc \
17 FormatSquidIcap.cc \
18 FormatSquidNative.cc \
19 FormatSquidReferer.cc \
20 FormatSquidUseragent.cc \
82b7abe3
AJ
21 ModDaemon.cc \
22 ModDaemon.h \
23 ModStdio.cc \
24 ModStdio.h \
25 ModSyslog.cc \
26 ModSyslog.h \
27 ModUdp.cc \
87ddff6e
FC
28 ModUdp.h \
29 CustomLog.h \
fb0c2f17
NH
30 CustomLog.cc \
31 TcpLogger.cc \
32 TcpLogger.h
20efa1c2 33