]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/icmp/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / icmp / Makefile.am
index 4cde92efeeb128aea51b9857cfd9cc9a3a1eac54..5295be180a1a332cd545c3e122da5deb8d51078f 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
 
@@ -102,7 +109,6 @@ testIcmp_SOURCES = \
        testIcmp.h \
        testIcmp.cc
 nodist_testIcmp_SOURCES = \
-       $(top_srcdir)/src/tests/testMain.cc \
        $(top_srcdir)/src/SquidTime.h \
        $(top_srcdir)/src/tests/stub_debug.cc \
        $(top_srcdir)/src/time.cc \
@@ -114,6 +120,7 @@ testIcmp_LDADD=\
        $(SQUID_CPPUNIT_LA) \
        libicmp-core.la \
        ../ip/libip.la \
+       ../base/libbase.la \
        $(COMPAT_LIB) \
        $(XTRA_LIBS)
 testIcmp_DEPENDENCIES= $(SQUID_CPPUNIT_LA)