From 2e958372200065bff8f19ca88d39e627df4a2f67 Mon Sep 17 00:00:00 2001 From: Anselm R Garbe Date: Wed, 5 Mar 2008 18:31:08 +0000 Subject: implemented the stuff as I discussed on dwm@ --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index f2335ac..96811e0 100644 --- a/config.mk +++ b/config.mk @@ -12,12 +12,12 @@ X11LIB = /usr/X11R6/lib # includes and libs INCS = -I. -I/usr/include -I${X11INC} -LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama +LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" LDFLAGS = -s ${LIBS} -CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" +CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -DWORK LDFLAGS = -g ${LIBS} # Solaris -- cgit v1.2.3-54-g00ecf