mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
Use X11_INCLUDES config macro instead of
hardcoded path in makefile.
This commit is contained in:
parent
3086efe357
commit
31be39742b
2 changed files with 2 additions and 2 deletions
|
|
@ -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) $<
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue