summaryrefslogtreecommitdiffstats
path: root/Rules.make.in
diff options
context:
space:
mode:
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