]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/http/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / http / Makefile.am
index 36bff2d97e8c0d854765ff396cd469d3a615522b..59354223d8345543cfb5072836bfbc7f53bae3f4 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2016 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.
@@ -8,13 +8,17 @@
 include $(top_srcdir)/src/Common.am
 include $(top_srcdir)/src/TestHeaders.am
 
-SUBDIRS = one
-DIST_SUBDIRS = one
+SUBDIRS = one url_rewriters
+DIST_SUBDIRS = one url_rewriters
 
-noinst_LTLIBRARIES = libsquid-http.la
+noinst_LTLIBRARIES = libhttp.la
 
-libsquid_http_la_SOURCES = \
+libhttp_la_SOURCES = \
+       ContentLengthInterpreter.cc \
+       ContentLengthInterpreter.h \
        forward.h \
+       Message.cc \
+       Message.h \
        MethodType.cc \
        MethodType.h \
        ProtocolVersion.h \
@@ -23,13 +27,15 @@ libsquid_http_la_SOURCES = \
        RegisteredHeadersHash.cci \
        RequestMethod.cc \
        RequestMethod.h \
+       StateFlags.h \
        StatusCode.cc \
        StatusCode.h \
        StatusLine.cc \
        StatusLine.h \
-       StreamContext.h
+       Stream.cc \
+       Stream.h
 
-libsquid_http_la_LIBADD= one/libhttp1.la
+libhttp_la_LIBADD= one/libhttp1.la
 
 MethodType.cc: MethodType.h $(top_srcdir)/src/mk-string-arrays.awk
        ($(AWK) -f $(top_srcdir)/src/mk-string-arrays.awk sbuf=1 < $(srcdir)/MethodType.h | \