From 7181f929279bea55c8554a86b5cdec9d0c09a7cc Mon Sep 17 00:00:00 2001 From: laforge Date: Mon, 20 Nov 2000 11:43:22 +0000 Subject: 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 --- Rules.make.in | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Rules.make.in (limited to 'Rules.make.in') 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 -- cgit v1.2.3