From c7b7807b1f3bfeeec894b79dcb582e629b19ac79 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sun, 1 Jul 2007 21:16:42 -0400 Subject: [PATCH] Undbotch -DVERSION from last commit. --- cmd/wmii/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/wmii/Makefile b/cmd/wmii/Makefile index bdacb5be..9b2369f0 100644 --- a/cmd/wmii/Makefile +++ b/cmd/wmii/Makefile @@ -9,7 +9,7 @@ HFILES= dat.h fns.h x11.h LIB = ${LIBIXP} LDFLAGS += -lm ${LIBX11} -lXext ${LIBICONV} -lregexp9 -lbio -lfmt -lutf -CFLAGS += ${INCX11} ${INCICONV} +CFLAGS += ${INCX11} ${INCICONV} -DVERSION=\"${VERSION}\" OBJ = area \ bar \ client \