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

check_PROGRAMS = cthelper-test

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

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