From 671f9a0025a88d28838006d58a81de170208433b Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Wed, 14 Dec 2011 11:23:13 +0200 Subject: define wmname in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 48f4979..48480f1 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ X11LIB = /usr/lib/X11 INCS = -I. -I/usr/include -I${X11INC} LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -CPPFLAGS = -DVERSION=\"${VERSION}\" +CPPFLAGS = -DVERSION=\"${VERSION}\" -DWMNAME=\"${WMNAME}\" CFLAGS = -g -std=c99 -pedantic -Wall -Wextra -Os ${INCS} ${CPPFLAGS} LDFLAGS = -g ${LIBS} -- cgit v1.3.1