]> git.ipfire.org Git - thirdparty/squid.git/blame - src/proxyp/Makefile.am
Source Format Enforcement (#665)
[thirdparty/squid.git] / src / proxyp / Makefile.am
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
36c774f7
EB
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
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
11noinst_LTLIBRARIES = libproxyp.la
12
13libproxyp_la_SOURCES = \
36c774f7 14 Elements.cc \
aa5639dc 15 Elements.h \
36c774f7
EB
16 Header.cc \
17 Header.h \
18 Parser.cc \
aa5639dc 19 Parser.h \
20 forward.h
36c774f7 21