]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/log/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / log / Makefile.am
index 5018962d7484c445e993645244e9b502be4dd87f..79158662bd61b14a01ec46c8fe8a6d7b1b310447 100644 (file)
@@ -1,6 +1,17 @@
+## 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 = \
@@ -24,8 +35,10 @@ liblog_la_SOURCES = \
        ModStdio.h \
        ModSyslog.cc \
        ModSyslog.h \
-       ModTcp.cc \
-       ModTcp.h \
        ModUdp.cc \
-       ModUdp.h
+       ModUdp.h \
+       CustomLog.h \
+       CustomLog.cc \
+       TcpLogger.cc \
+       TcpLogger.h