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 wrap: on
line diff
--- a/config.mk	Wed Aug 16 09:31:41 2006 +0200
+++ b/config.mk	Wed Aug 16 12:36:32 2006 +0200
@@ -11,7 +11,7 @@
 X11LIB = /usr/X11R6/lib
 
 # includes and libs
-INCS = -I/usr/include -I${X11INC}
+INCS = -I. -I/usr/include -I${X11INC}
 LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
 
 # flags