summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--shell/Makefile.am6
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 1867722..67dbc05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,4 +38,4 @@ _gen
/weston-gtk-shell-*.tar.xz
shell/desktop-shell-client-protocol.h
shell/desktop-shell-protocol.c
-shell/weston-desktop-shell
+shell/weston-gtk-shell
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 \