diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-03-05 18:31:08 +0000 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-03-05 18:31:08 +0000 |
commit | 2e958372200065bff8f19ca88d39e627df4a2f67 (patch) | |
tree | 40b98b54b9556d7dd32568212a6a4bd233464e31 /config.mk | |
parent | 5d9ae3f3b7ad904218add1c2559eec9a7a073e3e (diff) | |
download | dwm-2e958372200065bff8f19ca88d39e627df4a2f67.tar dwm-2e958372200065bff8f19ca88d39e627df4a2f67.tar.gz dwm-2e958372200065bff8f19ca88d39e627df4a2f67.tar.bz2 |
implemented the stuff as I discussed on dwm@
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |