aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e10800..b831cbb 100644
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,9 @@ SRC != find src -name "*.c"
OBJ = ${SRC:.c=.o}
LIBNAME = liblog
+LIBVER = 0
-CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT} ${LIBINC}
+CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT} ${LIBINC} -DLIBVER=\"${LIBVER}\"
LDFLAGS = ${LIBS}
dist: static shared