]> git.ipfire.org Git - thirdparty/squid.git/blame - src/log/Makefile.am
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / log / Makefile.am
CommitLineData
b8ae064d 1## Copyright (C) 1996-2023 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.h \
82b7abe3
AJ
21 File.cc \
22 File.h \
20efa1c2
AJ
23 FormatHttpdCombined.cc \
24 FormatHttpdCommon.cc \
20efa1c2
AJ
25 FormatSquidCustom.cc \
26 FormatSquidIcap.cc \
27 FormatSquidNative.cc \
28 FormatSquidReferer.cc \
29 FormatSquidUseragent.cc \
aa5639dc 30 Formats.h \
39d7714a
AR
31 FormattedLog.cc \
32 FormattedLog.h \
82b7abe3
AJ
33 ModDaemon.cc \
34 ModDaemon.h \
35 ModStdio.cc \
36 ModStdio.h \
37 ModSyslog.cc \
38 ModSyslog.h \
39 ModUdp.cc \
87ddff6e 40 ModUdp.h \
fb0c2f17 41 TcpLogger.cc \
aa5639dc 42 TcpLogger.h \
43 access_log.cc \
44 access_log.h \
45 forward.h
20efa1c2 46