summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Glisse <glisse@freedesktop.org>2006-01-02 18:47:00 +0000
committerJosé Fonseca <jfonseca@vmware.com>2011-07-11 20:03:33 +0100
commitde27726771094fca46dc4ebe6fa77befaf519d36 (patch)
treeeeba13385e6f6aed51803e44aab85a64a38d7830
parent5ca9e62bcfa217a706c31544d8071d3fa602cfef (diff)
downloadglut-de27726771094fca46dc4ebe6fa77befaf519d36.tar.gz
Use X11_INCLUDES config macro instead of hardcoded path in makefile.
-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 3a85d3e..86920ab 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) $<