]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/base/Makefile.am
Merged from trunk rev.14183
[thirdparty/squid.git] / src / base / Makefile.am
index 80533ad4268b1dc1a7c3f2379ee03a4fd9586913..dc6811c0caadd9c59aad485a9b3a7c5e29409027 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
 
@@ -12,20 +19,23 @@ libbase_la_SOURCES = \
        AsyncJobCalls.h \
        AsyncCallQueue.cc \
        AsyncCallQueue.h \
+       CbcPointer.h \
+       CbDataList.h \
        CharacterSet.h \
        CharacterSet.cc \
-       TidyPointer.h \
-       CbcPointer.h \
        InstanceId.h \
        Lock.h \
+       LookupTable.h \
        LruMap.h \
+       Packable.h \
+       RegexPattern.cc \
+       RegexPattern.h \
        RunnersRegistry.cc \
        RunnersRegistry.h \
        Subscription.h \
        TextException.cc \
        TextException.h \
-       Vector.cc \
-       Vector.h
+       TidyPointer.h
 
 EXTRA_PROGRAMS = \
        testCharacterSet
@@ -38,7 +48,6 @@ testCharacterSet_SOURCES = \
        testCharacterSet.h \
        testCharacterSet.cc
 nodist_testCharacterSet_SOURCES = \
-       $(top_srcdir)/src/tests/testMain.cc \
        $(top_srcdir)/src/tests/stub_debug.cc \
        $(top_srcdir)/src/tests/stub_MemBuf.cc \
        $(top_srcdir)/src/tests/stub_cbdata.cc