]> git.ipfire.org Git - thirdparty/squid.git/blame - src/log/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / log / 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
82b7abe3
AJ
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
11noinst_LTLIBRARIES = liblog.la
12
13liblog_la_SOURCES = \
1c7ae5ff 14 access_log.h \
82b7abe3
AJ
15 access_log.cc \
16 Config.cc \
17 Config.h \
18 File.cc \
19 File.h \
20efa1c2
AJ
20 FormatHttpdCombined.cc \
21 FormatHttpdCommon.cc \
22 Formats.h \
23 FormatSquidCustom.cc \
24 FormatSquidIcap.cc \
25 FormatSquidNative.cc \
26 FormatSquidReferer.cc \
27 FormatSquidUseragent.cc \
82b7abe3
AJ
28 ModDaemon.cc \
29 ModDaemon.h \
30 ModStdio.cc \
31 ModStdio.h \
32 ModSyslog.cc \
33 ModSyslog.h \
34 ModUdp.cc \
87ddff6e
FC
35 ModUdp.h \
36 CustomLog.h \
fb0c2f17
NH
37 CustomLog.cc \
38 TcpLogger.cc \
39 TcpLogger.h
20efa1c2 40