]> git.ipfire.org Git - thirdparty/squid.git/blame - src/http/one/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / http / one / Makefile.am
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
eac61ce1
AJ
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
c99510dd
AJ
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
11noinst_LTLIBRARIES = libhttp1.la
12
13libhttp1_la_SOURCES = \
14 forward.h \
15 Parser.cc \
16 Parser.h \
17 RequestParser.cc \
f1d5359e
AJ
18 RequestParser.h \
19 ResponseParser.cc \
f29718b0 20 ResponseParser.h \
db1720f8 21 TeChunkedParser.cc \
6bcc2790 22 TeChunkedParser.h \
f29718b0
AJ
23 Tokenizer.cc \
24 Tokenizer.h