]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ip/Makefile.am
Source Format Enforcement (#665)
[thirdparty/squid.git] / src / ip / Makefile.am
index e72888691f5b7b8052b367609534eb3dfd48e7bb..825a4fee565d734bc23fa7ab0192f1ee39b57a95 100644 (file)
@@ -1,30 +1,24 @@
+## 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
 
 noinst_LTLIBRARIES = libip.la
 
 libip_la_SOURCES = \
-       Address.h \
        Address.cc \
-       Intercept.h \
+       Address.h \
        Intercept.cc \
+       Intercept.h \
+       NfMarkConfig.cc \
+       NfMarkConfig.h \
+       QosConfig.cc \
        QosConfig.h \
-       QosConfig.cc
-
-
-check_PROGRAMS += testIpAddress
-TESTS += testIpAddress
-
-testIpAddress_SOURCES= \
-       testAddress.cc \
-       testAddress.h
-nodist_testIpAddress_SOURCES= \
-       $(top_srcdir)/src/tests/testMain.cc \
-       $(top_srcdir)/test-suite/test_tools.cc
-testIpAddress_LDADD= \
-       libip.la \
-       $(XTRA_LIBS) \
-       $(COMPAT_LIB) \
-       $(SQUID_CPPUNIT_LA) \
-       $(SQUID_CPPUNIT_LIBS)
-testIpAddress_LDFLAGS= $(LIBADD_DL)
+       forward.h \
+       tools.cc \
+       tools.h