diff options
author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-10 18:35:39 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-10 18:35:39 +0200 |
commit | 8a34fa50f75f4d6d8af234ac0c4f6d40b988d700 (patch) | |
tree | 0c0a4b7ea57f506c524bb06955f12525ab4f2bb7 /config.mk | |
parent | dbf7e03996032a6def3b8e97468b78d6da9e8c88 (diff) | |
download | dwm-8a34fa50f75f4d6d8af234ac0c4f6d40b988d700.tar.gz |
added new stuff
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config.mk b/config.mk index 8fc41d7..4fa9e86 100644 --- a/config.mk +++ b/config.mk @@ -11,14 +11,12 @@ X11LIB = /usr/X11R6/lib VERSION = 0.0 # includes and libs -LIBS = -L${PREFIX}/lib -L/usr/lib -lc -X11LIBS = -L${X11LIB} -lX11 +LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11 # Linux/BSD CFLAGS = -g -Wall -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ -DVERSION=\"${VERSION}\" LDFLAGS = -g ${LIBS} -X11LDFLAGS = ${LDFLAGS} ${X11LIBS} # Solaris #CFLAGS = -fast -xtarget=ultra ${INCLUDES} -DVERSION=\"${VERSION}\" |