From 4a8cfbef5a02c371a274079e22e5482f1d6603fe 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, 7 Oct 2005 22:46:50 +0000 Subject: - Add missing files: include/libnfnetlink_conntrack/Makefile.am and include/Makefile.am. - Rename list_conntrack_handler to callback_handler, IMHO a proper name for such function. - Use new nfnl_open prototype: Now it's got four parameters. - Kill recurrent definition of the structure nfnlhdr: Actually this should go somewhere in libnfnetlink, later. - Ignore utils subdirectory. It contains a testsuite that is currently broken. Yes I know you're aware of it ;) it's on the TODO list. I'll fix later. - ctnl_error now has a nicer definition. - kill some unneeded ctnl_error messages on failure. (Pablo Neira) --- _conntrack/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_conntrack/Makefile.am') diff --git a/_conntrack/Makefile.am b/_conntrack/Makefile.am index 5fe0034..026dc26 100644 --- a/_conntrack/Makefile.am +++ b/_conntrack/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 INCLUDES =$(all_includes) -I$(top_srcdir)/include -I${KERNELDIR} -SUBDIRS = include src utils +SUBDIRS = include src LINKOPTS = -lnfnetlink man_MANS = #nfnetlink_conntrack.3 nfnetlink_conntrack.7 -- cgit v1.2.3