diff options
author | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-16 12:37:01 +0200 |
---|---|---|
committer | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-16 12:37:01 +0200 |
commit | 02ddc93c9483214533824576cc219bd2f269ddc2 (patch) | |
tree | 7ba9506c2d5f9be78971e550228f9c4700eda4b5 | |
parent | 0faf441367a57a8a249a0b03ac88f29284916e48 (diff) |
applied sanders patch
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ X11INC = /usr/X11R6/include 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 |