summaryrefslogtreecommitdiff
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-04 20:33:36 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-04 20:35:34 +0100
commitbe766f12c4c9629d720e149a983503034d75c192 (patch)
tree330d7c4953e7fe732995ced8c789ddc29dfe867c /shell/Makefile.am
parent9a981d028404f8d776f1c95287e5ac393ad6f4d7 (diff)
downloadgraynard-be766f12c4c9629d720e149a983503034d75c192.tar.gz
graynard-be766f12c4c9629d720e149a983503034d75c192.zip
shell: remove old launcher grid and related widgets
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am13
1 files changed, 1 insertions, 12 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 6231337..7f870c7 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -3,24 +3,14 @@ libexec_PROGRAMS = weston-gtk-shell
AM_CFLAGS = $(GCC_CFLAGS)
AM_CPPFLAGS = $(CLIENT_CFLAGS) $(GTK_CFLAGS)
-external_sources = \
- egg-flow-box-accessible.c \
- egg-flow-box-accessible.h \
- egg-flow-box.c \
- egg-flow-box.h
-
weston_gtk_shell_SOURCES = \
gtk-shell.c \
app-icon.c \
app-icon.h \
- app-launcher.c \
- app-launcher.h \
clock.c \
clock.h \
favorites.c \
favorites.h \
- launcher-grid.c \
- launcher-grid.h \
shell-app-system.c \
shell-app-system.h \
sound-applet.c \
@@ -36,8 +26,7 @@ weston_gtk_shell_SOURCES = \
desktop-shell-client-protocol.h \
desktop-shell-protocol.c \
shell-helper-client-protocol.h \
- shell-helper-protocol.c \
- $(external_sources)
+ shell-helper-protocol.c
weston_gtk_shell_LDADD = $(GTK_LIBS)
BUILT_SOURCES = \