]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ip/Makefile.am
Source Format Enforcement (#665)
[thirdparty/squid.git] / src / ip / Makefile.am
index 2b2337d3425d4ae84b57e301456fec559b9e34f5..825a4fee565d734bc23fa7ab0192f1ee39b57a95 100644 (file)
@@ -1,36 +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 = \
-       forward.h \
-       Address.h \
        Address.cc \
-       Intercept.h \
+       Address.h \
        Intercept.cc \
-       QosConfig.h \
+       Intercept.h \
+       NfMarkConfig.cc \
+       NfMarkConfig.h \
        QosConfig.cc \
-       Qos.cci \
+       QosConfig.h \
+       forward.h \
        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 \
-       $(top_srcdir)/src/tests/testMain.cc
-testIpAddress_LDADD= \
-       libip.la \
-       ../base/libbase.la \
-       $(XTRA_LIBS) \
-       $(COMPAT_LIB) \
-       $(SQUID_CPPUNIT_LA) \
-       $(SQUID_CPPUNIT_LIBS)
-testIpAddress_LDFLAGS= $(LIBADD_DL)