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

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

noinst_PROGRAMS = nfqnl_test

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