]> git.ipfire.org Git - thirdparty/squid.git/blob - src/log/Makefile.am
2790d77037f1eb33bef5d629db125d56992a729f
[thirdparty/squid.git] / src / log / Makefile.am
1 ## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
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
8 include $(top_srcdir)/src/Common.am
9 include $(top_srcdir)/src/TestHeaders.am
10
11 DIST_SUBDIRS= DB file
12 SUBDIRS= $(LOG_DAEMON_HELPERS)
13 EXTRA_DIST= helpers.m4
14
15 noinst_LTLIBRARIES = liblog.la
16
17 liblog_la_SOURCES = \
18 Config.cc \
19 Config.h \
20 CustomLog.h \
21 File.cc \
22 File.h \
23 FormatHttpdCombined.cc \
24 FormatHttpdCommon.cc \
25 FormatSquidCustom.cc \
26 FormatSquidIcap.cc \
27 FormatSquidNative.cc \
28 FormatSquidReferer.cc \
29 FormatSquidUseragent.cc \
30 Formats.h \
31 FormattedLog.cc \
32 FormattedLog.h \
33 ModDaemon.cc \
34 ModDaemon.h \
35 ModStdio.cc \
36 ModStdio.h \
37 ModSyslog.cc \
38 ModSyslog.h \
39 ModUdp.cc \
40 ModUdp.h \
41 TcpLogger.cc \
42 TcpLogger.h \
43 access_log.cc \
44 access_log.h \
45 forward.h
46