[cogl] cogland: Rename the binary back to cogland, not cogland2



commit fc02a749eef748388bd82616b7c62d75c719cb43
Author: Neil Roberts <neil linux intel com>
Date:   Fri Mar 22 14:27:05 2013 +0000

    cogland: Rename the binary back to cogland, not cogland2
    
    This was renamed in f951d0995f8a8 but I'm not really sure why and it's
    a bit confusing so let's rename it back.
    
    Reviewed-by: Robert Bragg <robert linux intel com>

 examples/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 101b9be..94f6c3c 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -64,9 +64,9 @@ cogl_x11_tfp_LDADD = $(common_ldadd)
 endif
 
 if SUPPORT_WAYLAND_EGL_SERVER
-programs += cogland2
-cogland2_SOURCES = cogland.c
-cogland2_LDADD = $(common_ldadd)
+programs += cogland
+cogland_SOURCES = cogland.c
+cogland_LDADD = $(common_ldadd)
 endif
 
 cogl_gles2_context_SOURCES = cogl-gles2-context.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]