]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/proxyp/Makefile.am
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / proxyp / Makefile.am
index 0632aab7c5a5cb7218ca5bd790e0f3ce835e29f3..cf1e0cfe4658e14bee5377c19be62cd22618b3a0 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2018 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2021 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -11,11 +11,11 @@ include $(top_srcdir)/src/TestHeaders.am
 noinst_LTLIBRARIES = libproxyp.la
 
 libproxyp_la_SOURCES = \
-       forward.h \
-       Elements.h \
        Elements.cc \
+       Elements.h \
        Header.cc \
        Header.h \
        Parser.cc \
-       Parser.h
+       Parser.h \
+       forward.h