From: Brian Paul Date: Mon, 31 Jul 2000 15:27:11 +0000 (+0000) Subject: install glext.h too X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=974e468e6d7773cd99d0299bf1616260a68a7386;p=mesa.git install glext.h too --- 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)