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