diff options
author | brianp <brianp> | 2001-12-04 21:06:59 +0000 |
---|---|---|
committer | brianp <brianp> | 2001-12-04 21:06:59 +0000 |
commit | 4f611e6b8f5d0b3a869a32f10b8d8706cdfb8657 (patch) | |
tree | fca7e8bfed99e68e25cf2eaa902791d025b3e7cc /xc | |
parent | 5c39c7886cfc9f6e554221e57e48ac85bb9702fd (diff) |
link glxext.h from extras/Mesa/include/GL
Diffstat (limited to 'xc')
-rw-r--r-- | xc/include/GL/Imakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xc/include/GL/Imakefile b/xc/include/GL/Imakefile index 08bbf0bdd..057df659c 100644 --- a/xc/include/GL/Imakefile +++ b/xc/include/GL/Imakefile @@ -2,6 +2,7 @@ XCOMM $XFree86: xc/include/GL/Imakefile,v 1.13 2001/04/30 14:58:48 dawes Exp $ LinkSourceFile(gl.h, ../../extras/Mesa/include/GL) LinkSourceFile(glext.h, ../../extras/Mesa/include/GL) +LinkSourceFile(glxext.h, ../../extras/Mesa/include/GL) LinkSourceFile(osmesa.h, ../../extras/Mesa/include/GL) GLXHEADERS = gl.h glext.h glu.h glx.h glxint.h glxmd.h glxproto.h \ |