From 234a44df5c4f1599c11ab4a43eb4845d2e471345 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 19:19:03 +0000 Subject: fix include paths, use correct automake version, add missing Makefile.am --- utils/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'utils/Makefile.am') diff --git a/utils/Makefile.am b/utils/Makefile.am index f78bdbe..df6c556 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -1,8 +1,8 @@ -bin_PROGRAMS = ctnl_test -ctnl_test_SOURCES = ctnl_test.c - - INCLUDES = $(all_includes) -I$(top_srcdir)/include -I${KERNELDIR} -ctnl_test_LDFLAGS = $(all_libraries) -lnfnetlink_conntrack -lnfnetlink +bin_PROGRAMS = ctnl_test + +ctnl_test_SOURCES = ctnl_test.c +ctnl_test_LDADD = ../src/libnfnetlink_conntrack.la +ctnl_test_LDFLAGS = -dynamic -- cgit v1.2.3