From c4ebcd78a7b543bc3ca015b4ab9892b2e1f987be Mon Sep 17 00:00:00 2001 From: Armin K Date: Tue, 30 Jul 2013 11:47:03 +0200 Subject: [PATCH] autotools: Correctly prefix simple-egl client name --- clients/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index 147553267..09963cc69 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -51,8 +51,8 @@ weston_simple_touch_LDADD = $(SIMPLE_CLIENT_LIBS) endif if BUILD_SIMPLE_EGL_CLIENTS -weston_simple_egl_clients_programs = \ - simple-egl +simple_egl_clients_programs = \ + weston-simple-egl weston_simple_egl_SOURCES = simple-egl.c weston_simple_egl_CPPFLAGS = $(SIMPLE_EGL_CLIENT_CFLAGS)