diff options
| author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2013-10-24 01:49:51 +0200 |
|---|---|---|
| committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2013-10-26 02:00:00 +0200 |
| commit | 315cc4692c2f5c3defa86630d56ebe04d2b6b2a5 (patch) | |
| tree | 1be7e6bae11b831368189efd259e340a1325309f /shell/Makefile.am | |
| parent | 33a812a33d084a426eb662aa355b31d37c1babe8 (diff) | |
| download | graynard-315cc4692c2f5c3defa86630d56ebe04d2b6b2a5.tar.gz graynard-315cc4692c2f5c3defa86630d56ebe04d2b6b2a5.zip | |
Make the grid actually show real launchers
Diffstat (limited to 'shell/Makefile.am')
| -rw-r--r-- | shell/Makefile.am | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 8ca72cf..09bdad8 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -3,10 +3,23 @@ libexec_PROGRAMS = weston-desktop-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_desktop_shell_SOURCES = \ gtk-shell.c \ + app-launcher.c \ + app-launcher.h \ + launcher-grid.c \ + launcher-grid.h \ + shell-app-system.c \ + shell-app-system.h \ desktop-shell-client-protocol.h \ - desktop-shell-protocol.c + desktop-shell-protocol.c \ + $(external_sources) weston_desktop_shell_LDADD = $(GTK_LIBS) BUILT_SOURCES = \ |
