]> 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 888b57ef4cc2fbb9bc52fd56b1d7bca32ef14505..939cd220fe522e85a939a6be4110a86a11b402a2 100644 (file)
@@ -1,29 +1,24 @@
+## 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
 
 noinst_LTLIBRARIES = libip.la
 
 libip_la_SOURCES = \
-       IpAddress.h \
-       IpAddress.cc \
-       IpIntercept.h \
-       IpIntercept.cc \
+       forward.h \
+       Address.h \
+       Address.cc \
+       Intercept.h \
+       Intercept.cc \
+       NfMarkConfig.h \
+       NfMarkConfig.cc \
        QosConfig.h \
-       QosConfig.cc
-
-
-check_PROGRAMS += testIpAddress
-TESTS += testIpAddress
-
-testIpAddress_SOURCES= \
-       testIpAddress.cc \
-       testIpAddress.h
-nodist_testIpAddress_SOURCES= \
-       ../tests/testMain.cc
-testIpAddress_LDADD= \
-       libip.la \
-       @XTRA_LIBS@ \
-       $(COMPAT_LIB) \
-       @SQUID_CPPUNIT_LA@ \
-       @SQUID_CPPUNIT_LIBS@
-testIpAddress_LDFLAGS= $(LIBADD_DL)
+       QosConfig.cc \
+       tools.cc \
+       tools.h