summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo Zanoni <pzanoni@mandriva.com>2011-01-06 08:16:59 -0800
committerBrian Paul <brianp@vmware.com>2011-01-12 07:39:02 -0700
commit4a6a75b454ec181d267af9af0b153459d677251e (patch)
treea74ff4275699257007b5ab571edd9811318a7258
parent024df5987e4da9288cc9c62dc71df1812d84a347 (diff)
Ship opengles2 demos
Distros are starting to ship OpenGL ES2 libraries, having demos ready for testing is a good idea. Signed-off-by: Paulo Zanoni <pzanoni@mandriva.com> Signed-off-by: Brian Paul <brianp@vmware.com>
-rw-r--r--src/egl/opengles2/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/egl/opengles2/Makefile.am b/src/egl/opengles2/Makefile.am
index bae8817a..8d85c06f 100644
--- a/src/egl/opengles2/Makefile.am
+++ b/src/egl/opengles2/Makefile.am
@@ -22,9 +22,6 @@
# Authors:
# Eric Anholt <eric@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