summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
blob: e2f387d7799591f41cf0c141bebe155524e06965 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include $(top_srcdir)/Make_global.am

bin_PROGRAMS = ctnl_test new_api_test expect_api_test

new_api_test_SOURCES = new_api_test.c
new_api_test_LDADD = ../src/libnetfilter_conntrack.la
new_api_test_LDFLAGS = -dynamic -ldl

expect_api_test_SOURCES = expect_api_test.c
expect_api_test_LDADD = ../src/libnetfilter_conntrack.la
expect_api_test_LDFLAGS = -dynamic -ldl

ctnl_test_SOURCES = ctnl_test.c
ctnl_test_LDADD = ../src/libnetfilter_conntrack.la
ctnl_test_LDFLAGS = -dynamic -ldl