summaryrefslogtreecommitdiff
path: root/src/glut
diff options
context:
space:
mode:
authorJerome Glisse <glisse@freedesktop.org>2006-01-02 18:47:00 +0000
committerJerome Glisse <glisse@freedesktop.org>2006-01-02 18:47:00 +0000
commit31be39742bb76e524f9b9cba8ea68d8a668aa9f6 (patch)
tree163755886485bad49a5857c0c5e516c7dd2422cc /src/glut
parent3086efe357dd50dccb39cecd312bbb5aff6bcdff (diff)
Use X11_INCLUDES config macro instead of
hardcoded path in makefile.
Diffstat (limited to 'src/glut')
-rw-r--r--src/glut/glx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glut/glx/Makefile b/src/glut/glx/Makefile
index 3a85d3eb9b..86920aba99 100644
--- a/src/glut/glx/Makefile
+++ b/src/glut/glx/Makefile
@@ -79,7 +79,7 @@ OBJECTS = $(SOURCES:.c=.o)
##### RULES #####
.c.o:
- $(CC) -c -I$(TOP)/include $(CFLAGS) $(GLUT_CFLAGS) $<
+ $(CC) -c -I$(TOP)/include $(X11_INCLUDES) $(CFLAGS) $(GLUT_CFLAGS) $<