summaryrefslogtreecommitdiffstats
path: root/ulogd/pcap/Makefile.in
diff options
context:
space:
mode:
authorlaforge <laforge>2002-12-09 14:42:43 +0000
committerlaforge <laforge>2002-12-09 14:42:43 +0000
commit322b293a7f3382925499bd63e0325814593cf11f (patch)
treec7ad676df50d495e69d6b6ffa5a3a2b8ec98699b /ulogd/pcap/Makefile.in
parent07ee869a6e4a275747a571f37a6150c87fc5e63f (diff)
fix include paths.
Diffstat (limited to 'ulogd/pcap/Makefile.in')
-rw-r--r--ulogd/pcap/Makefile.in8
1 files changed, 4 insertions, 4 deletions
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)