summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 31ff251eaba9c9783d25c31d0f8845df1482033f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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		\
			utils.c			\
			main.c

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