summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorlaforge <laforge>2001-01-29 11:45:22 +0000
committerlaforge <laforge>2001-01-29 11:45:22 +0000
commitab08e096ad0195283370af58e3312cb6065aa6b2 (patch)
tree8f4f9fc25033164450af8e19eda180bc7d8660f2 /Makefile
parentd4754d7074a31eac4afc48efb57584d35ab463f9 (diff)
added support for multipart netlink messages. Updated docs
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