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

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

bin_PROGRAMS = nfqnl_test

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