From cc5820e9df049526db1e0ac5da87bbc2c28c9cfc Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Wed, 20 Nov 2013 12:39:03 +0100 Subject: Rename the shell to weston-gtk-shell To avoid conflicts with weston's weston-desktop-shell. --- shell/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shell/Makefile.am') diff --git a/shell/Makefile.am b/shell/Makefile.am index 09bdad8..3bd6215 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -1,4 +1,4 @@ -libexec_PROGRAMS = weston-desktop-shell +libexec_PROGRAMS = weston-gtk-shell AM_CFLAGS = $(GCC_CFLAGS) AM_CPPFLAGS = $(CLIENT_CFLAGS) $(GTK_CFLAGS) @@ -9,7 +9,7 @@ external_sources = \ egg-flow-box.c \ egg-flow-box.h -weston_desktop_shell_SOURCES = \ +weston_gtk_shell_SOURCES = \ gtk-shell.c \ app-launcher.c \ app-launcher.h \ @@ -20,7 +20,7 @@ weston_desktop_shell_SOURCES = \ desktop-shell-client-protocol.h \ desktop-shell-protocol.c \ $(external_sources) -weston_desktop_shell_LDADD = $(GTK_LIBS) +weston_gtk_shell_LDADD = $(GTK_LIBS) BUILT_SOURCES = \ desktop-shell-client-protocol.h \ -- cgit v1.3.1