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

AM_CPPFLAGS = -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