blob: 6aea4c5f3d8111678c9993c8389bff317b0a6f3b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- programs/Xserver/GL/dri/Imakefile.ORIG Tue Aug 8 15:42:21 2000
+++ programs/Xserver/GL/dri/Imakefile Tue Aug 8 15:43:34 2000
@@ -14,7 +14,7 @@
INCLUDES = -I$(SERVERSRC)/include -I$(XTOP)/include -I$(EXTINCSRC) \
-I$(XF86OSSRC) -I$(XF86COMSRC) \
-I../include -I../glx -I$(LIBSRC)/GL/include \
- -I$(SERVERSRC)/mi -I$(FONTINCSRC)
+ -I$(SERVERSRC)/mi -I$(FONTINCSRC) -I$(XF86OSSRC)/bus
DEFINES = $(GLX_DEFINES)
LinkSourceFile(xf86dri.h,$(LIBSRC)/GL/dri)
|