]> git.ipfire.org Git - thirdparty/squid.git/blob - src/http/one/Makefile.am
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / http / one / Makefile.am
1 ## Copyright (C) 1996-2018 The Squid Software Foundation and contributors
2 ##
3 ## Squid software is distributed under GPLv2+ license and includes
4 ## contributions from numerous individuals and organizations.
5 ## Please see the COPYING and CONTRIBUTORS files for details.
6 ##
7
8 include $(top_srcdir)/src/Common.am
9 include $(top_srcdir)/src/TestHeaders.am
10
11 noinst_LTLIBRARIES = libhttp1.la
12
13 libhttp1_la_SOURCES = \
14 forward.h \
15 Parser.cc \
16 Parser.h \
17 RequestParser.cc \
18 RequestParser.h \
19 ResponseParser.cc \
20 ResponseParser.h \
21 TeChunkedParser.cc \
22 TeChunkedParser.h \
23 Tokenizer.cc \
24 Tokenizer.h