diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-13 15:42:29 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-13 15:42:29 +0100 |
commit | 410f37142bb9bc5f306b58292dcb8b975f52c9aa (patch) | |
tree | 6cdc99c8d3746c52ba968745e5c68a7bcff42286 /src/Makefile.am | |
parent | af31c744cee14a2fadac8f72111f1b422de9f7a7 (diff) | |
parent | ee3d307dffee6f7ce5cdd09ba8d34c846f66596b (diff) | |
download | ayatana-indicator-sound-410f37142bb9bc5f306b58292dcb8b975f52c9aa.tar.gz ayatana-indicator-sound-410f37142bb9bc5f306b58292dcb8b975f52c9aa.tar.bz2 ayatana-indicator-sound-410f37142bb9bc5f306b58292dcb8b975f52c9aa.zip |
merged properties-changed fix and scrub complete removal
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 e85ed93..aa5fdc7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,8 +18,6 @@ libsoundmenu_la_SOURCES = \ indicator-sound.c \ title-widget.c \ title-widget.h \ - scrub-widget.c \ - scrub-widget.h \ volume-widget.c \ volume-widget.h \ dbus-shared-names.h \ @@ -62,7 +60,6 @@ music_bridge_VALASOURCES = \ music-player-bridge.vala \ transport-menu-item.vala \ metadata-menu-item.vala \ - scrub-menu-item.vala \ title-menu-item.vala \ player-controller.vala \ mpris2-controller.vala \ |