]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/icap/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / adaptation / icap / Makefile.am
index dbaa577fb5f27839e857a9a7f0edfd7d5f41cd19..2066eba555eb0bfb3adec0e931a26022f3bd5edf 100644 (file)
@@ -1,3 +1,10 @@
+## Copyright (C) 1996-2020 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
 
@@ -22,4 +29,8 @@ libicap_la_SOURCES = \
        Xaction.cc \
        Xaction.h \
        ModXact.cc \
-       ModXact.h
+       ModXact.h \
+       icap_log.cc \
+       icap_log.h \
+       History.cc \
+       History.h