Distros are starting to ship OpenGL ES2 libraries, having demos ready for testing is a good idea.
Signed-off-by: Paulo Zanoni <pzan...@mandriva.com> --- src/egl/opengles2/Makefile.am | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/egl/opengles2/Makefile.am b/src/egl/opengles2/Makefile.am index bae8817..8d85c06 100644 --- a/src/egl/opengles2/Makefile.am +++ b/src/egl/opengles2/Makefile.am @@ -22,9 +22,6 @@ # Authors: # Eric Anholt <e...@anholt.net> -# These programs aren't intended to be included with the normal distro. -# They're not too interesting but they're good for testing. - AM_CFLAGS = \ $(GLESV2_CFLAGS) \ $(EGL_CFLAGS) \ @@ -38,7 +35,7 @@ AM_LDFLAGS = \ if HAVE_EGL if HAVE_GLESV2 -noinst_PROGRAMS = \ +bin_PROGRAMS = \ es2_info \ es2gears \ es2tri -- 1.7.1 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev