diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-08-18 12:04:59 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-08-18 12:04:59 +0100 |
commit | 88c0ff52c479c7ec7a70448fe17946ee5ff68d3d (patch) | |
tree | 5aa8c8001b5ea2f7417dd2bf962347e527581425 /src/Makefile.am | |
parent | 44d47d0c4d334ba3cd2b8d9bd34893ba8c3dedf9 (diff) | |
parent | 4897f3ce524e6d91ecd0c70142556be0f29367b7 (diff) | |
download | ayatana-indicator-sound-88c0ff52c479c7ec7a70448fe17946ee5ff68d3d.tar.gz ayatana-indicator-sound-88c0ff52c479c7ec7a70448fe17946ee5ff68d3d.tar.bz2 ayatana-indicator-sound-88c0ff52c479c7ec7a70448fe17946ee5ff68d3d.zip |
merge the mpris2 operational branch
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 0e22fe4..74e0297 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -65,6 +65,7 @@ music_bridge_VALASOURCES = \ scrub-menu-item.vala \ title-menu-item.vala \ player-controller.vala \ + mpris-bridge.vala \ mpris-controller.vala \ mpris2-controller.vala \ player-item.vala \ @@ -82,7 +83,8 @@ music_bridge_VALAFLAGS = \ --pkg Dbusmenu-Glib-0.2 \ --pkg common-defs \ --pkg dbus-glib-1 \ - --pkg gio-unix-2.0 + --pkg gio-unix-2.0 + $(MAINTAINER_VALAFLAGS) music_bridge_APIFILES = \ |