]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/http/one/Makefile.am
Source Format Enforcement (#665)
[thirdparty/squid.git] / src / http / one / Makefile.am
index 2a2734227e29a4524effc9498b268c155d637fda..5f399d196a94fd27429fe41c1ce7f233e0970167 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2015 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,7 +11,6 @@ include $(top_srcdir)/src/TestHeaders.am
 noinst_LTLIBRARIES = libhttp1.la
 
 libhttp1_la_SOURCES = \
-       forward.h \
        Parser.cc \
        Parser.h \
        RequestParser.cc \
@@ -21,4 +20,5 @@ libhttp1_la_SOURCES = \
        TeChunkedParser.cc \
        TeChunkedParser.h \
        Tokenizer.cc \
-       Tokenizer.h
+       Tokenizer.h \
+       forward.h