diff options
Diffstat (limited to 'xc/include/GL/Imakefile')
-rw-r--r-- | xc/include/GL/Imakefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xc/include/GL/Imakefile b/xc/include/GL/Imakefile index 750b4953f..fc6458972 100644 --- a/xc/include/GL/Imakefile +++ b/xc/include/GL/Imakefile @@ -1,12 +1,13 @@ -XCOMM $XFree86: xc/include/GL/Imakefile,v 1.10 2000/08/04 03:51:40 tsi Exp $ +XCOMM $XFree86: xc/include/GL/Imakefile,v 1.12 2001/03/22 21:48:52 dawes Exp $ LinkSourceFile(gl.h, ../../extras/Mesa/include/GL) LinkSourceFile(glext.h, ../../extras/Mesa/include/GL) LinkSourceFile(osmesa.h, ../../extras/Mesa/include/GL) #if BuildGLXLibrary -GLXHEADERS = gl.h glext.h glx.h glxint.h glxtokens.h osmesa.h +GLXHEADERS = gl.h glext.h glu.h glx.h glxint.h glxmd.h glxproto.h \ + glxtokens.h osmesa.h #endif HEADERS = $(GLXHEADERS) |