summaryrefslogtreecommitdiff
path: root/include/GL/Makefile.am
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-07-31 15:27:11 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-07-31 15:27:11 +0000
commit974e468e6d7773cd99d0299bf1616260a68a7386 (patch)
treef46d98a2814b946d56ee917757a28aa55e165d14 /include/GL/Makefile.am
parent6998c714581da64a0fac1594f29e77857c94e870 (diff)
install glext.h too
Diffstat (limited to 'include/GL/Makefile.am')
-rw-r--r--include/GL/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/Makefile.am b/include/GL/Makefile.am
index 16b4913e47..58aded1d53 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)