diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-13 12:18:08 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-13 12:18:08 +0100 |
commit | 4325e0092d77cc2d993c7305c49d0517f3defb0e (patch) | |
tree | c3ed0eba5a33b8e55b104f8eb9b25f868c9fe3b1 /src/Makefile.am | |
parent | f383ead1168dde3374dabc2040035907d4ab484d (diff) | |
download | ayatana-indicator-sound-4325e0092d77cc2d993c7305c49d0517f3defb0e.tar.gz ayatana-indicator-sound-4325e0092d77cc2d993c7305c49d0517f3defb0e.tar.bz2 ayatana-indicator-sound-4325e0092d77cc2d993c7305c49d0517f3defb0e.zip |
prep work done for scrub bar
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 79ba7d2..a02c5a4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,6 +18,7 @@ libsoundmenu_la_SOURCES = \ indicator-sound.c \ title-widget.c \ title-widget.h \ + scrub-widget.h \ dbus-shared-names.h \ sound-service-client.h @@ -58,6 +59,7 @@ 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 \ mpris-controller-v2.vala \ |