diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-08-12 20:36:14 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-08-12 20:36:14 +0100 |
commit | 30a697a1027229c23857ced856c0fdbd15b40d14 (patch) | |
tree | 7d2a868799eb2457469e61d44cc6834774a74252 /src/Makefile.am | |
parent | 72ffb2c3c096cf0e7ece12c93bfeff5b651fed13 (diff) | |
download | ayatana-indicator-sound-30a697a1027229c23857ced856c0fdbd15b40d14.tar.gz ayatana-indicator-sound-30a697a1027229c23857ced856c0fdbd15b40d14.tar.bz2 ayatana-indicator-sound-30a697a1027229c23857ced856c0fdbd15b40d14.zip |
moving mpris2 to gdbus, the horror
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 5d073c7..b55b5f9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -83,7 +83,9 @@ music_bridge_VALAFLAGS = \ --pkg Dbusmenu-Glib-0.2 \ --pkg common-defs \ --pkg dbus-glib-1 \ - --pkg gio-unix-2.0 + --pkg gio-2.0 \ + --pkg gio-unix-2.0 + $(MAINTAINER_VALAFLAGS) music_bridge_APIFILES = \ |