summaryrefslogtreecommitdiff
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
commitf8b0fc4931a7de8fe0f41e3b8e1401ee9722aea1 (patch)
tree9401a77b32daa4d0b36750ddae9f96e71e3dec9f
parent93c98a4eeaa42d368503df9aa2963d422bddb603 (diff)
Use X11_INCLUDES config macro instead of
hardcoded path in makefile.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c66c67..e21cbbd 100644
--- a/Makefile
+++ b/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)