fix build of utils against local libtool library
[platform/upstream/libnetfilter_queue.git] / utils / Makefile.am
1
2 INCLUDES = $(all_includes) -I$(top_srcdir)/include -I${KERNELDIR} 
3
4 bin_PROGRAMS = nfqnl_test
5
6 nfqnl_test_SOURCES = nfqnl_test.c
7 nfqnl_test_LDADD = ../src/libnfnetlink_queue.la
8 nfqnl_test_LDFLAGS = -dynamic
9
10