summaryrefslogtreecommitdiffstats
path: root/Rules.make.in
diff options
context:
space:
mode:
authorlaforge <laforge>2000-11-20 11:43:22 +0000
committerlaforge <laforge>2000-11-20 11:43:22 +0000
commit7181f929279bea55c8554a86b5cdec9d0c09a7cc (patch)
treeaea9bdd014f0233924027ed6a219d1f772a4e360 /Rules.make.in
parentf408fe697949b03805fa4bfd64d563136fdcded9 (diff)
huge reorganization for 0.9
- added hashtables everywhere - no more dynamic allocation for each packet - mysql output plugin - more keys in ulogd_BASE - moved libipulog into ulogd directory - introduced autoconf
Diffstat (limited to 'Rules.make.in')
-rw-r--r--Rules.make.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/Rules.make.in b/Rules.make.in
new file mode 100644
index 0000000..6c40d98
--- /dev/null
+++ b/Rules.make.in
@@ -0,0 +1,24 @@
+#
+
+CC=@CC@
+CFLAGS=@CFLAGS@ @CPPFLAGS@
+CFLAGS+=$(INCIPULOG) $(INCCONFFILE)
+#CFLAGS+=@DEFS@
+#CFLAGS+=-g -DDEBUG -DDEBUG_MYSQL
+
+LIBS=@LIBS@
+
+
+# Path of libipulog (from iptables)
+LIBIPULOG=@top_srcdir@/libipulog
+#INCIPULOG=-I@top_srcdir@/libipulog/include
+
+#INCCONFFILE=-I@top_srcdir@/conffile
+
+# Names of the plugins to be compiled
+ULOGD_SL:=BASE OPRINT PWSNIFF LOGEMU
+
+# mysql output support
+ULOGD_SL+=MYSQL
+MYSQL_CFLAGS=
+MYSQL_LDFLAGS=-L/usr/lib/mysql -lmysqlclient