diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-08-26 11:27:27 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-08-26 11:27:27 +0200 |
commit | 4bad61faf27bf1e5b5c967d641d1d36b1260d8e1 (patch) | |
tree | 9cb69ca30ed4469e543b92c01eac2b6fa4af3838 /src/Makefile.am | |
parent | 022c9bd2558d5881523d68d217c398e475a9da6e (diff) | |
parent | b4d305f16bae6804dcf2acf8b9ecc4629807c150 (diff) | |
download | ayatana-indicator-sound-4bad61faf27bf1e5b5c967d641d1d36b1260d8e1.tar.gz ayatana-indicator-sound-4bad61faf27bf1e5b5c967d641d1d36b1260d8e1.tar.bz2 ayatana-indicator-sound-4bad61faf27bf1e5b5c967d641d1d36b1260d8e1.zip |
releasing version 0.4.0-0ubuntu1
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ed3e394..74e0297 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,6 +20,8 @@ libsoundmenu_la_SOURCES = \ title-widget.h \ scrub-widget.c \ scrub-widget.h \ + volume-widget.c \ + volume-widget.h \ dbus-shared-names.h \ sound-service-client.h @@ -63,13 +65,15 @@ music_bridge_VALASOURCES = \ scrub-menu-item.vala \ title-menu-item.vala \ player-controller.vala \ - mpris-controller-v2.vala \ + mpris-bridge.vala \ mpris-controller.vala \ + mpris2-controller.vala \ player-item.vala \ familiar-players-db.vala music_bridge_VALAFLAGS = \ --ccode \ + --disable-dbus-transformation \ -H music-player-bridge.h -d . \ --vapidir=$(top_srcdir)/vapi/ \ --vapidir=./ \ @@ -79,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 = \ |