diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-06-09 12:15:39 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-06-09 12:15:39 +0200 |
commit | 58627767fbd151587a843fd2397f1c293533664a (patch) | |
tree | b3953dd922e99747e8707dcc5dcda55263366d3d /src/Makefile.am | |
parent | bf2c6d9d1f7ac8897c76b8917f4feaeff54816d6 (diff) | |
download | ayatana-indicator-sound-58627767fbd151587a843fd2397f1c293533664a.tar.gz ayatana-indicator-sound-58627767fbd151587a843fd2397f1c293533664a.tar.bz2 ayatana-indicator-sound-58627767fbd151587a843fd2397f1c293533664a.zip |
merged the title and metadata at the backend, now for the tricky UI work@
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bafd6be..c546f0f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,8 +18,6 @@ libsoundmenu_la_SOURCES = \ transport-widget.h \ metadata-widget.c \ metadata-widget.h \ - title-widget.c \ - title-widget.h \ volume-widget.c \ volume-widget.h \ voip-input-widget.c \ @@ -49,7 +47,6 @@ music_bridge_VALASOURCES = \ music-player-bridge.vala \ transport-menu-item.vala \ metadata-menu-item.vala \ - title-menu-item.vala \ player-controller.vala \ mpris2-interfaces.vala \ mpris2-watcher.vala \ |