From de27726771094fca46dc4ebe6fa77befaf519d36 Mon Sep 17 00:00:00 2001 From: Jerome Glisse Date: Mon, 2 Jan 2006 18:47:00 +0000 Subject: Use X11_INCLUDES config macro instead of hardcoded path in makefile. --- src/glut/glx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) $< -- cgit v1.2.1