From 646df1a88eceeab23750c700847198f2f02b4e69 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: Sun, 9 Oct 2005 15:46:20 +0000 Subject: rename libnfnetlink_queue to libnetfilter_queue --- utils/Makefile.am | 2 +- utils/nfqnl_test.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/Makefile.am b/utils/Makefile.am index c7ed00b..4ccc1ad 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = $(all_includes) -I$(top_srcdir)/include -I${KERNELDIR} bin_PROGRAMS = nfqnl_test nfqnl_test_SOURCES = nfqnl_test.c -nfqnl_test_LDADD = ../src/libnfnetlink_queue.la +nfqnl_test_LDADD = ../src/libnetfilter_queue.la nfqnl_test_LDFLAGS = -dynamic diff --git a/utils/nfqnl_test.c b/utils/nfqnl_test.c index ae8c072..26de1c5 100644 --- a/utils/nfqnl_test.c +++ b/utils/nfqnl_test.c @@ -5,7 +5,7 @@ #include #include /* for NF_ACCEPT */ -#include +#include /* returns packet id */ static u_int32_t print_pkt (struct nfattr *tb[]) -- cgit v1.2.3