]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/format/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / format / Makefile.am
index cbf05deb11334c81e854985443722741fc698c0b..ff664d081c7628e9443f036fb75b8a91a29b8248 100644 (file)
@@ -1,13 +1,24 @@
+## Copyright (C) 1996-2015 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
 
 noinst_LTLIBRARIES = libformat.la
 
 libformat_la_SOURCES = \
+       ByteCode.h \
+       Config.cc \
+       Config.h \
        Format.cc \
        Format.h \
        Quoting.cc \
        Quoting.h \
-       Tokens.cc \
-       Tokens.h
+       Token.cc \
+       Token.h \
+       TokenTableEntry.h