]> git.ipfire.org Git - thirdparty/squid.git/blame - src/log/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / log / Makefile.am
CommitLineData
4ac4a490 1## Copyright (C) 1996-2017 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
4d5dd85a
AJ
11DIST_SUBDIRS= DB file
12SUBDIRS= $(LOG_DAEMON_HELPERS)
13EXTRA_DIST= helpers.m4
14
82b7abe3
AJ
15noinst_LTLIBRARIES = liblog.la
16
17liblog_la_SOURCES = \
1c7ae5ff 18 access_log.h \
82b7abe3
AJ
19 access_log.cc \
20 Config.cc \
21 Config.h \
22 File.cc \
23 File.h \
20efa1c2
AJ
24 FormatHttpdCombined.cc \
25 FormatHttpdCommon.cc \
26 Formats.h \
27 FormatSquidCustom.cc \
28 FormatSquidIcap.cc \
29 FormatSquidNative.cc \
30 FormatSquidReferer.cc \
31 FormatSquidUseragent.cc \
82b7abe3
AJ
32 ModDaemon.cc \
33 ModDaemon.h \
34 ModStdio.cc \
35 ModStdio.h \
36 ModSyslog.cc \
37 ModSyslog.h \
38 ModUdp.cc \
87ddff6e
FC
39 ModUdp.h \
40 CustomLog.h \
fb0c2f17
NH
41 CustomLog.cc \
42 TcpLogger.cc \
43 TcpLogger.h
20efa1c2 44