summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
blob: 9a5e9d615679bc59e15d3a4d4fdadce2933d02b7 (plain)
1
2
3
4
5
6
7
8
9
10

INCLUDES = $(all_includes) -I$(top_srcdir)/include -I${KERNELDIR} 

check_PROGRAMS = nfqnl_test

nfqnl_test_SOURCES = nfqnl_test.c
nfqnl_test_LDADD = ../src/libnetfilter_queue.la
nfqnl_test_LDFLAGS = -dynamic