aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-03-05 18:31:08 +0000
committerAnselm R Garbe <garbeam@gmail.com>2008-03-05 18:31:08 +0000
commit2e958372200065bff8f19ca88d39e627df4a2f67 (patch)
tree40b98b54b9556d7dd32568212a6a4bd233464e31 /config.mk
parent5d9ae3f3b7ad904218add1c2559eec9a7a073e3e (diff)
implemented the stuff as I discussed on dwm@
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
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