diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-12-07 10:32:32 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-12-07 10:32:32 +0000 |
commit | 4280f27f7b3f42a73c971664f0cd322780c2bff6 (patch) | |
tree | 2faba8113b99ae3d23e3d9cf02879b6eb0a70d53 /src/Makefile.am | |
parent | 0d5c60e9161f4b1b4315bbfac7862ef662f577ee (diff) | |
parent | 4061f2bed3ed22262305c19e534f1007f7febbe9 (diff) | |
download | ayatana-indicator-sound-4280f27f7b3f42a73c971664f0cd322780c2bff6.tar.gz ayatana-indicator-sound-4280f27f7b3f42a73c971664f0cd322780c2bff6.tar.bz2 ayatana-indicator-sound-4280f27f7b3f42a73c971664f0cd322780c2bff6.zip |
merged the first large part of the gdbus port
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b23e9c1..1c381f5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -60,6 +60,8 @@ music_bridge_VALASOURCES = \ metadata-menu-item.vala \ title-menu-item.vala \ player-controller.vala \ + mpris2-interfaces.vala \ + mpris2-watcher.vala \ mpris2-controller.vala \ player-item.vala \ familiar-players-db.vala \ @@ -74,10 +76,9 @@ music_bridge_VALAFLAGS = \ --vapidir=./ \ --thread \ --pkg gee-1.0 \ - --pkg Indicate-0.2 \ --pkg Dbusmenu-Glib-0.2 \ --pkg common-defs \ - --pkg dbus-glib-1 \ + --pkg gio-2.0 \ --pkg gio-unix-2.0 \ --pkg gdk-pixbuf-2.0 |