]> git.ipfire.org Git - thirdparty/squid.git/blame - src/ip/Makefile.am
Reworked packet/connection marking (#170)
[thirdparty/squid.git] / src / ip / Makefile.am
CommitLineData
5b74111a 1## Copyright (C) 1996-2018 The Squid Software Foundation and contributors
bbc27441
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
189f1e66
AJ
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
f963428c 10
f963428c
AJ
11noinst_LTLIBRARIES = libip.la
12
13libip_la_SOURCES = \
d726993e 14 forward.h \
96d89ea0
HN
15 Address.h \
16 Address.cc \
17 Intercept.h \
18 Intercept.cc \
244da4ad
AG
19 NfMarkConfig.h \
20 NfMarkConfig.cc \
f4f6c2e0
AJ
21 QosConfig.h \
22 QosConfig.cc \
055421ee
AJ
23 tools.cc \
24 tools.h