From 974e468e6d7773cd99d0299bf1616260a68a7386 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 31 Jul 2000 15:27:11 +0000 Subject: [PATCH] install glext.h too --- include/GL/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GL/Makefile.am b/include/GL/Makefile.am index 16b4913e470..58aded1d538 100644 --- a/include/GL/Makefile.am +++ b/include/GL/Makefile.am @@ -29,6 +29,6 @@ endif EXTRA_DIST = fxmesa.h ggimesa.h osmesa.h svgamesa.h \ glx.h glx_mangle.h xmesa.h xmesa_x.h xmesa_xf86.h -GLinclude_HEADERS = gl.h gl_mangle.h glu.h glu_mangle.h \ +GLinclude_HEADERS = gl.h glext.h gl_mangle.h glu.h glu_mangle.h \ $(INC_FX) $(INC_GGI) $(INC_OSMESA) $(INC_SVGA) $(INC_X11) $(INC_GLUT)