summaryrefslogtreecommitdiff
path: root/src/egl/opengles2
diff options
context:
space:
mode:
authorPaulo Zanoni <pzanoni@mandriva.com>2011-01-06 08:14:45 -0800
committerBrian Paul <brianp@vmware.com>2011-01-12 07:39:02 -0700
commit024df5987e4da9288cc9c62dc71df1812d84a347 (patch)
tree112462cd9f7d7ed33e3480b8a25d7484d3fa0d15 /src/egl/opengles2
parent4d8f19dde697cde0e9e40cd334fea8b51be9e635 (diff)
Rename opengles2/tri to opengles2/es2tri
I want to ship it, but there are other demos called 'tri'. Signed-off-by: Paulo Zanoni <pzanoni@mandriva.com> Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/egl/opengles2')
-rw-r--r--src/egl/opengles2/Makefile.am4
-rw-r--r--src/egl/opengles2/es2tri.c (renamed from src/egl/opengles2/tri.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/src/egl/opengles2/Makefile.am b/src/egl/opengles2/Makefile.am
index d3dab3f2..bae8817a 100644
--- a/src/egl/opengles2/Makefile.am
+++ b/src/egl/opengles2/Makefile.am
@@ -41,11 +41,11 @@ if HAVE_GLESV2
noinst_PROGRAMS = \
es2_info \
es2gears \
- tri
+ es2tri
endif
endif
es2_info_LDADD = $(X11_LIBS)
-tri_LDADD = $(X11_LIBS)
+es2tri_LDADD = $(X11_LIBS)
es2gears_LDADD = ../eglut/libeglut_x11.la
diff --git a/src/egl/opengles2/tri.c b/src/egl/opengles2/es2tri.c
index df2751bc..df2751bc 100644
--- a/src/egl/opengles2/tri.c
+++ b/src/egl/opengles2/es2tri.c