]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/http/Makefile.am
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / http / Makefile.am
index 59354223d8345543cfb5072836bfbc7f53bae3f4..c476902c78446db6d2797d8be2382e944d88f2b2 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2020 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.
@@ -16,14 +16,13 @@ noinst_LTLIBRARIES = libhttp.la
 libhttp_la_SOURCES = \
        ContentLengthInterpreter.cc \
        ContentLengthInterpreter.h \
-       forward.h \
        Message.cc \
        Message.h \
        MethodType.cc \
        MethodType.h \
        ProtocolVersion.h \
-       RegisteredHeaders.h \
        RegisteredHeaders.cc \
+       RegisteredHeaders.h \
        RegisteredHeadersHash.cci \
        RequestMethod.cc \
        RequestMethod.h \
@@ -33,7 +32,8 @@ libhttp_la_SOURCES = \
        StatusLine.cc \
        StatusLine.h \
        Stream.cc \
-       Stream.h
+       Stream.h \
+       forward.h
 
 libhttp_la_LIBADD= one/libhttp1.la