]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/log/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / log / Makefile.am
index cab6f055809dba18d8e6df7bfeb8d1f48f1ab6b8..79158662bd61b14a01ec46c8fe8a6d7b1b310447 100644 (file)
@@ -1,9 +1,21 @@
+## Copyright (C) 1996-2017 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
 include $(top_srcdir)/src/Common.am
 include $(top_srcdir)/src/TestHeaders.am
 
+DIST_SUBDIRS= DB file
+SUBDIRS= $(LOG_DAEMON_HELPERS)
+EXTRA_DIST= helpers.m4
+
 noinst_LTLIBRARIES = liblog.la
 
 liblog_la_SOURCES = \
+       access_log.h \
        access_log.cc \
        Config.cc \
        Config.h \
@@ -17,18 +29,16 @@ liblog_la_SOURCES = \
        FormatSquidNative.cc \
        FormatSquidReferer.cc \
        FormatSquidUseragent.cc \
-       Gadgets.cc \
-       Gadgets.h \
        ModDaemon.cc \
        ModDaemon.h \
        ModStdio.cc \
        ModStdio.h \
        ModSyslog.cc \
        ModSyslog.h \
-       ModTcp.cc \
-       ModTcp.h \
        ModUdp.cc \
        ModUdp.h \
-       Tokens.cc \
-       Tokens.h
+       CustomLog.h \
+       CustomLog.cc \
+       TcpLogger.cc \
+       TcpLogger.h