diff options
author | Brian Paul <[email protected]> | 2000-07-31 15:27:11 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-07-31 15:27:11 +0000 |
commit | 974e468e6d7773cd99d0299bf1616260a68a7386 (patch) | |
tree | f46d98a2814b946d56ee917757a28aa55e165d14 | |
parent | 6998c714581da64a0fac1594f29e77857c94e870 (diff) |
install glext.h too
-rw-r--r-- | include/GL/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |