summaryrefslogtreecommitdiff
path: root/src/glw
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/glw
parent3086efe357dd50dccb39cecd312bbb5aff6bcdff (diff)
Use X11_INCLUDES config macro instead of
hardcoded path in makefile.
Diffstat (limited to 'src/glw')
-rw-r--r--src/glw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glw/Makefile b/src/glw/Makefile
index 3c66c6778f..e21cbbd405 100644
--- a/src/glw/Makefile
+++ b/src/glw/Makefile
@@ -7,7 +7,7 @@ MAJOR = 1
MINOR = 0
TINY = 0
-INCDIRS = -I$(TOP)/include -I/usr/include/Motif1.2 -I/usr/contrib/X11R6/include -I/usr/X11R6/include
+INCDIRS = -I$(TOP)/include -I/usr/include/Motif1.2 $(X11_INCLUDES)
OBJECTS = $(GLW_SOURCES:.c=.o)