summaryrefslogtreecommitdiffstats
path: root/tests/conntrackd/cthelper/Makefile.am
blob: b8f0d4215200b364af6476316b1dde35faaaeb6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include $(top_srcdir)/Make_global.am

check_PROGRAMS = cthelper-test

cthelper_test_SOURCES = proto.c			\
			ct.c			\
			l3_ipv4.c		\
			l4_tcp.c		\
			l4_udp.c		\
			expect.c		\
			../../../src/helpers.c	\
			main.c

cthelper_test_LDFLAGS = -dynamic 		\
			-lpcap			\
			-ldl			\
			-lmnl			\
			-lnetfilter_queue	\
			-lnetfilter_conntrack	\
			-export-dynamic