summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1199bf7..d040391 100644
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,10 @@ ULOGD_SL:=BASE OPRINT PWSNIFF LOGEMU #MYSQL
# Normally You should not need to change anything below
#
+ULOGD_VERSION=0.91
+
CC = gcc
-CFLAGS = -I. -Wall $(INCIPULOG) -O2
+CFLAGS = -I. -Wall $(INCIPULOG) -O2 -DULOGD_VERSION=\"$(ULOGD_VERSION)\"
CFLAGS+=-g -DDEBUG
SH_CFLAGS:=$(CFLAGS) -fPIC