]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ip/Makefile.am
Reworked packet/connection marking (#170)
[thirdparty/squid.git] / src / ip / Makefile.am
index 989f29d2911173b575bc798d52b894d789665c26..939cd220fe522e85a939a6be4110a86a11b402a2 100644 (file)
@@ -1,3 +1,10 @@
+## Copyright (C) 1996-2018 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
 
@@ -9,26 +16,9 @@ libip_la_SOURCES = \
        Address.cc \
        Intercept.h \
        Intercept.cc \
+       NfMarkConfig.h \
+       NfMarkConfig.cc \
        QosConfig.h \
        QosConfig.cc \
-       Qos.cci \
        tools.cc \
        tools.h
-
-
-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)