]> git.ipfire.org Git - thirdparty/squid.git/blame - src/ip/Makefile.am
Author: Andrew Beverley <andy@andybev.com>
[thirdparty/squid.git] / src / ip / Makefile.am
CommitLineData
189f1e66
AJ
1include $(top_srcdir)/src/Common.am
2include $(top_srcdir)/src/TestHeaders.am
f963428c 3
f963428c
AJ
4noinst_LTLIBRARIES = libip.la
5
6libip_la_SOURCES = \
d726993e 7 forward.h \
96d89ea0
HN
8 Address.h \
9 Address.cc \
10 Intercept.h \
11 Intercept.cc \
f963428c 12 QosConfig.h \
055421ee
AJ
13 QosConfig.cc \
14 tools.cc \
15 tools.h
f963428c
AJ
16
17
189f1e66
AJ
18check_PROGRAMS += testIpAddress
19TESTS += testIpAddress
7f125868
AJ
20
21testIpAddress_SOURCES= \
96d89ea0
HN
22 testAddress.cc \
23 testAddress.h
7f125868 24nodist_testIpAddress_SOURCES= \
82b7abe3
AJ
25 $(top_srcdir)/src/tests/testMain.cc \
26 $(top_srcdir)/test-suite/test_tools.cc
7f125868
AJ
27testIpAddress_LDADD= \
28 libip.la \
3ae8895c 29 $(XTRA_LIBS) \
f8b57b6c 30 $(COMPAT_LIB) \
3ae8895c
A
31 $(SQUID_CPPUNIT_LA) \
32 $(SQUID_CPPUNIT_LIBS)
7f125868 33testIpAddress_LDFLAGS= $(LIBADD_DL)