]> 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 7c11f5dea24970984ccf3e1fd562992a7219c2cd..5f399d196a94fd27429fe41c1ce7f233e0970167 100644 (file)
@@ -1,13 +1,24 @@
+## 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.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
 include $(top_srcdir)/src/Common.am
 include $(top_srcdir)/src/TestHeaders.am
 
 noinst_LTLIBRARIES = libhttp1.la
 
 libhttp1_la_SOURCES = \
-       forward.h \
        Parser.cc \
        Parser.h \
        RequestParser.cc \
        RequestParser.h \
        ResponseParser.cc \
-       ResponseParser.h
+       ResponseParser.h \
+       TeChunkedParser.cc \
+       TeChunkedParser.h \
+       Tokenizer.cc \
+       Tokenizer.h \
+       forward.h