dwm-meillo
diff config.mk @ 51:035617ee18d1
new stuff
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Thu, 13 Jul 2006 19:55:07 +0200 |
parents | cd30cce52b78 |
children | fcbf7213d96f |
line diff
1.1 --- a/config.mk Thu Jul 13 18:21:38 2006 +0200 1.2 +++ b/config.mk Thu Jul 13 19:55:07 2006 +0200 1.3 @@ -11,7 +11,7 @@ 1.4 VERSION = 0.0 1.5 1.6 # includes and libs 1.7 -LIBS = -L${PREFIX}/lib -L/usr/lib -lc -lm -L${X11LIB} -lX11 1.8 +LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11 1.9 1.10 # Linux/BSD 1.11 CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \