From b540a364072c19f3bc22e48c778bd3468842f592 Mon Sep 17 00:00:00 2001 From: laforge Date: Mon, 9 Dec 2002 14:42:43 +0000 Subject: fix include paths. --- pcap/Makefile.in | 8 ++++---- pcap/ulogd_PCAP.c | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'pcap') diff --git a/pcap/Makefile.in b/pcap/Makefile.in index 9a31edb..edbdbdf 100644 --- a/pcap/Makefile.in +++ b/pcap/Makefile.in @@ -1,12 +1,12 @@ # - -# Normally You should not need to change anything below -# include @top_srcdir@/Rules.make -CFLAGS+=-I@top_srcdir@ -I@top_srcdir@/libipulog/include -I@top_srcdir@/conffile +CFLAGS+=-I@top_srcdir@ -I@top_srcdir@/libipulog/include -I@top_srcdir@/include SH_CFLAGS:=$(CFLAGS) -fPIC +# Normally You should not need to change anything below +# + SHARED_LIBS=ulogd_PCAP.so all: $(SHARED_LIBS) diff --git a/pcap/ulogd_PCAP.c b/pcap/ulogd_PCAP.c index d7e5912..2bebcf1 100644 --- a/pcap/ulogd_PCAP.c +++ b/pcap/ulogd_PCAP.c @@ -20,7 +20,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: ulogd_PCAP.c,v 1.1 2002/06/13 12:55:21 laforge Exp $ + * $Id: ulogd_PCAP.c,v 1.1 2002/07/30 08:00:47 laforge Exp $ * */ @@ -32,8 +32,8 @@ #include #include #include -#include "ulogd.h" -#include "conffile.h" +#include +#include #ifndef ULOGD_PCAP_DEFAULT #define ULOGD_PCAP_DEFAULT "/var/log/ulogd.pcap" -- cgit v1.2.3