diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-16 18:19:35 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-16 18:19:35 +0100 |
commit | 71d315d3abec5b62e43b821232d70262bec92bd1 (patch) | |
tree | 955da2d757bf08cd788d67196dae714f103706e1 /src/Makefile.am | |
parent | 0585eccbaa90e2d4eae447a5a69e1101c528d2c0 (diff) | |
download | ayatana-indicator-sound-71d315d3abec5b62e43b821232d70262bec92bd1.tar.gz ayatana-indicator-sound-71d315d3abec5b62e43b821232d70262bec92bd1.tar.bz2 ayatana-indicator-sound-71d315d3abec5b62e43b821232d70262bec92bd1.zip |
metadata being updated dynamically
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2a19c3d..ac7beb9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -54,7 +54,9 @@ music_bridge_VALASOURCES = \ music-player-bridge.vala \ transport-menu-item.vala \ metadata-menu-item.vala \ - player-controller.vala + player-controller.vala \ + mpris-controller-v2.vala \ + mpris-controller.vala music_bridge_VALAFLAGS = \ --ccode \ |