]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ip/Makefile.am
Source Format Enforcement (#665)
[thirdparty/squid.git] / src / ip / Makefile.am
index 592dadf875cd7a2fa18612c4fc40e90ecfeebbc0..825a4fee565d734bc23fa7ab0192f1ee39b57a95 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2017 The Squid Software Foundation and contributors
+## 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.
@@ -11,13 +11,14 @@ 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