summaryrefslogtreecommitdiff
path: root/xc/lib/GL/glx/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'xc/lib/GL/glx/Imakefile')
-rw-r--r--xc/lib/GL/glx/Imakefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/xc/lib/GL/glx/Imakefile b/xc/lib/GL/glx/Imakefile
index 8b63c26b5..8f3111bdb 100644
--- a/xc/lib/GL/glx/Imakefile
+++ b/xc/lib/GL/glx/Imakefile
@@ -1,4 +1,4 @@
-XCOMM $XFree86: xc/lib/GL/glx/Imakefile,v 1.10 2000/06/30 17:15:07 dawes Exp $
+XCOMM $XFree86: xc/lib/GL/glx/Imakefile,v 1.11 2000/08/01 20:28:38 dawes Exp $
XCOMM The contents of this file are subject to the GLX Public License Version 1.0
XCOMM (the "License"). You may not use this file except in compliance with the
XCOMM License. You may obtain a copy of the License at Silicon Graphics, Inc.,
@@ -31,18 +31,18 @@ XCOMM SUBDIRS = \
XCOMM glu \
XCOMM glw
-LinkSourceFile(glapi.c, ../../../extras/Mesa/src)
-LinkSourceFile(glapi.h, ../../../extras/Mesa/src)
-LinkSourceFile(glapinoop.c, ../../../extras/Mesa/src)
-LinkSourceFile(glapinoop.h, ../../../extras/Mesa/src)
-LinkSourceFile(glapioffsets.h, ../../../extras/Mesa/src)
-LinkSourceFile(glapitable.h, ../../../extras/Mesa/src)
-LinkSourceFile(glapitemp.h, ../../../extras/Mesa/src)
-LinkSourceFile(glheader.h, ../../../extras/Mesa/src)
-LinkSourceFile(glthread.c, ../../../extras/Mesa/src)
-LinkSourceFile(glthread.h, ../../../extras/Mesa/src)
-LinkSourceFile(glapi_x86.S, ../../../extras/Mesa/src/X86)
-LinkSourceFile(assyntax.h, ../../../extras/Mesa/src/X86)
+LinkSourceFile(glapi.c, $(MESASRCDIR)/src)
+LinkSourceFile(glapi.h, $(MESASRCDIR)/src)
+LinkSourceFile(glapinoop.c, $(MESASRCDIR)/src)
+LinkSourceFile(glapinoop.h, $(MESASRCDIR)/src)
+LinkSourceFile(glapioffsets.h, $(MESASRCDIR)/src)
+LinkSourceFile(glapitable.h, $(MESASRCDIR)/src)
+LinkSourceFile(glapitemp.h, $(MESASRCDIR)/src)
+LinkSourceFile(glheader.h, $(MESASRCDIR)/src)
+LinkSourceFile(glthread.c, $(MESASRCDIR)/src)
+LinkSourceFile(glthread.h, $(MESASRCDIR)/src)
+LinkSourceFile(glapi_x86.S, $(MESASRCDIR)/src/X86)
+LinkSourceFile(assyntax.h, $(MESASRCDIR)/src/X86)
GLX_SRCS = \
clientattrib.c \