From 89b46b82c35ed60d7643f91a28974c7e1149bee5 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org" Date: Fri, 23 Sep 2005 18:58:55 +0000 Subject: fix build of utils against local libtool library --- utils/Makefile.am | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'utils/Makefile.am') diff --git a/utils/Makefile.am b/utils/Makefile.am index d437579..c7ed00b 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -1,8 +1,10 @@ -bin_PROGRAMS = nfqnl_test -nfqnl_test_SOURCES = nfqnl_test.c - INCLUDES = $(all_includes) -I$(top_srcdir)/include -I${KERNELDIR} -nfqnl_test_LDFLAGS = $(all_libraries) -lnfnetlink_queue -lnfnetlink +bin_PROGRAMS = nfqnl_test + +nfqnl_test_SOURCES = nfqnl_test.c +nfqnl_test_LDADD = ../src/libnfnetlink_queue.la +nfqnl_test_LDFLAGS = -dynamic + -- cgit v1.2.3