From 322b293a7f3382925499bd63e0325814593cf11f Mon Sep 17 00:00:00 2001 From: laforge Date: Mon, 9 Dec 2002 14:42:43 +0000 Subject: fix include paths. --- ulogd/pcap/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ulogd/pcap/Makefile.in') diff --git a/ulogd/pcap/Makefile.in b/ulogd/pcap/Makefile.in index 9a31edb..edbdbdf 100644 --- a/ulogd/pcap/Makefile.in +++ b/ulogd/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) -- cgit v1.2.3