removed the -I and -L with Linux-style paths. If we need those full paths,
we should make a configure script or similar


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@40 a1c6a512-1295-4272-9138-f99709370657
diff --git a/uisimulator/Makefile b/uisimulator/Makefile
index 67057d8..1b86de1 100644
--- a/uisimulator/Makefile
+++ b/uisimulator/Makefile
@@ -25,8 +25,8 @@
 CFLAGS = -g
 CPPFLAGS =  -DHAVE_CONFIG_H -DGETTIMEOFDAY_TWO_ARGS
 LDFLAGS = -lX11 -lm -lXt -lXmu -lnsl
-INCLUDES = -I/usr/X11R6/include
-LIBDIRS = -L/usr/X11R6/lib
+INCLUDES = 
+LIBDIRS = 
 DEPEND = .depends
 
 OBJS=   screenhack.o uibasic.o resources.o visual.o lcd.o lcd-x11.o