]> git.ipfire.org Git - thirdparty/squid.git/blame - src/log/Makefile.am
Bug 4832: '!schemeAccess' assertion on exit (#819)
[thirdparty/squid.git] / src / log / 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
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 = \
82b7abe3
AJ
18 Config.cc \
19 Config.h \
aa5639dc 20 CustomLog.cc \
21 CustomLog.h \
82b7abe3
AJ
22 File.cc \
23 File.h \
20efa1c2
AJ
24 FormatHttpdCombined.cc \
25 FormatHttpdCommon.cc \
20efa1c2
AJ
26 FormatSquidCustom.cc \
27 FormatSquidIcap.cc \
28 FormatSquidNative.cc \
29 FormatSquidReferer.cc \
30 FormatSquidUseragent.cc \
aa5639dc 31 Formats.h \
82b7abe3
AJ
32 ModDaemon.cc \
33 ModDaemon.h \
34 ModStdio.cc \
35 ModStdio.h \
36 ModSyslog.cc \
37 ModSyslog.h \
38 ModUdp.cc \
87ddff6e 39 ModUdp.h \
fb0c2f17 40 TcpLogger.cc \
aa5639dc 41 TcpLogger.h \
42 access_log.cc \
43 access_log.h \
44 forward.h
20efa1c2 45