]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/parser/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / parser / Makefile.am
index 8bb9c8678d776b158226aeb1047c80f40d6dbd8e..9b1aca5bf840591a63aa2ee3505653523018eca2 100644 (file)
@@ -1,3 +1,10 @@
+## 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
 
@@ -14,6 +21,7 @@ libsquid_parser_la_SOURCES = \
        Tokenizer.cc
 
 SBUF_SOURCE= \
+       $(top_srcdir)/src/base/CharacterSet.h \
        $(top_srcdir)/src/SBuf.h \
        $(top_srcdir)/src/SBuf.cc \
        $(top_srcdir)/src/MemBlob.h \
@@ -32,9 +40,7 @@ testTokenizer_SOURCES = \
        testTokenizer.cc \
        Tokenizer.h
 nodist_testTokenizer_SOURCES = \
-       $(top_srcdir)/src/base/CharacterSet.h \
-       $(top_srcdir)/src/tests/testMain.cc \
-       $(top_srcdir)/src/tests/stub_mem.cc \
+       $(top_srcdir)/src/tests/stub_libmem.cc \
        $(top_srcdir)/src/tests/stub_debug.cc \
        $(top_srcdir)/src/tests/stub_time.cc \
        $(top_srcdir)/src/tests/stub_SBufDetailedStats.cc