]> 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 4321f480550148b9b8043eac9991b7b627b9d5eb..939cd220fe522e85a939a6be4110a86a11b402a2 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+## 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.
@@ -16,27 +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/stub_debug.cc \
-       $(top_srcdir)/src/tests/stub_tools.cc
-testIpAddress_LDADD= \
-       libip.la \
-       ../base/libbase.la \
-       $(XTRA_LIBS) \
-       $(COMPAT_LIB) \
-       $(SQUID_CPPUNIT_LA) \
-       $(SQUID_CPPUNIT_LIBS)
-testIpAddress_LDFLAGS= $(LIBADD_DL)