]> git.ipfire.org Git - thirdparty/squid.git/blob - src/ip/Makefile.am
Bug 3038: Detatch libmisc from libcompat
[thirdparty/squid.git] / src / ip / Makefile.am
1 include $(top_srcdir)/src/Common.am
2 include $(top_srcdir)/src/TestHeaders.am
3
4 noinst_LTLIBRARIES = libip.la
5
6 libip_la_SOURCES = \
7 forward.h \
8 Address.h \
9 Address.cc \
10 Intercept.h \
11 Intercept.cc \
12 QosConfig.h \
13 QosConfig.cc \
14 Qos.cci \
15 tools.cc \
16 tools.h
17
18
19 check_PROGRAMS += testIpAddress
20 TESTS += testIpAddress
21
22 testIpAddress_SOURCES= \
23 testAddress.cc \
24 testAddress.h
25 nodist_testIpAddress_SOURCES= \
26 $(top_srcdir)/src/tests/stub_debug.cc \
27 $(top_srcdir)/src/tests/testMain.cc \
28 $(top_srcdir)/test-suite/test_tools.cc
29 testIpAddress_LDADD= \
30 libip.la \
31 $(XTRA_LIBS) \
32 $(COMPAT_LIB) \
33 $(SQUID_CPPUNIT_LA) \
34 $(SQUID_CPPUNIT_LIBS)
35 testIpAddress_LDFLAGS= $(LIBADD_DL)