fix includes for glxutils

This commit is contained in:
mharris 2006-07-25 16:32:36 +00:00
parent e9f100bb37
commit 062f0c1574
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
+ $(CC) $(CFLAGS) glxgears.c -lGL -o $@
+
+glxinfo:
+ $(CC) $(CFLAGS) glxinfo.c -lGL -lGLU -o $@
+ $(CC) $(CFLAGS) -I$(INCDIR) glxinfo.c -lGL -lGLU -o $@
+
pbinfo: pbinfo.o pbutil.o
$(CC) $(CFLAGS) pbinfo.o pbutil.o $(APP_LIB_DEPS) -o $@