ソースを参照

install glext.h too

tags/mesa_3_5
Brian Paul 25年前
コミット
974e468e6d
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      include/GL/Makefile.am

+ 1
- 1
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)


読み込み中…
キャンセル
保存