aewl
changeset 303:1120bd29a275
applied another config.mk patch made by sander
author | Anselm R.Garbe <arg@10ksloc.org> |
---|---|
date | Wed, 16 Aug 2006 12:36:32 +0200 |
parents | 3b11e32e8d7e |
children | 06dfbb8d1886 |
files | config.mk |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/config.mk Wed Aug 16 09:31:41 2006 +0200 1.2 +++ b/config.mk Wed Aug 16 12:36:32 2006 +0200 1.3 @@ -11,7 +11,7 @@ 1.4 X11LIB = /usr/X11R6/lib 1.5 1.6 # includes and libs 1.7 -INCS = -I/usr/include -I${X11INC} 1.8 +INCS = -I. -I/usr/include -I${X11INC} 1.9 LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 1.10 1.11 # flags