diff options
| author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-02-18 15:51:30 +0100 |
|---|---|---|
| committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-02-18 18:28:09 +0100 |
| commit | 6373ed59ca13e1c5a4aa438e03e6721dfb72d600 (patch) | |
| tree | f0ad9e1723010f23e063820ce5d9881d7f24c7e6 /shell/Makefile.am | |
| parent | 2fde067527f55b3b8d5f6eaa19e11c94ff10d288 (diff) | |
| download | graynard-6373ed59ca13e1c5a4aa438e03e6721dfb72d600.tar.gz graynard-6373ed59ca13e1c5a4aa438e03e6721dfb72d600.zip | |
panel: move panel and vertical clock widgets into their own files
Diffstat (limited to 'shell/Makefile.am')
| -rw-r--r-- | shell/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 5c75df9..2d63195 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -25,6 +25,10 @@ weston_gtk_shell_SOURCES = \ shell-app-system.h \ sound-applet.c \ sound-applet.h \ + panel.c \ + panel.h \ + vertical-clock.c \ + vertical-clock.h \ weston-gtk-shell-resources.c \ weston-gtk-shell-resources.h \ desktop-shell-client-protocol.h \ |
