aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-06-24 09:55:01 -0400
committerBazaar Package Importer <james.westby@ubuntu.com>2010-06-24 09:55:01 -0400
commitf1887353eb6be2cf8264bf1379767135f442e7f6 (patch)
tree2ad92e6300a8487cdd64e1624f56a4c01de5836b /src/Makefile.am
parente52160c6b4a52353c1cbabe35b965f78ee51e269 (diff)
parent309d83d0d9920636910d25f71bd203acf76de9f5 (diff)
downloadayatana-indicator-sound-f1887353eb6be2cf8264bf1379767135f442e7f6.tar.gz
ayatana-indicator-sound-f1887353eb6be2cf8264bf1379767135f442e7f6.tar.bz2
ayatana-indicator-sound-f1887353eb6be2cf8264bf1379767135f442e7f6.zip
* New upstream release.
- MPRIS transport status updates reflecting in UI If externally a registered player transport is changed (play/stop) the menu should reflect that - The first time a player registers its desktop file path should be stored ~.cache/indicators/sound/familiar-players-db.keyfile (provided the application indicator has a desktop file set. - Album art dynamically updated - Album title dynamically updated - Track title dynamically updated - Artist name dynamically updated - Play/pause transport control should be working from the menu
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5a42dc6..b33107d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -56,20 +56,23 @@ music_bridge_VALASOURCES = \
metadata-menu-item.vala \
player-controller.vala \
mpris-controller-v2.vala \
- mpris-controller.vala
+ mpris-controller.vala \
+ player-item.vala \
+ familiar-players-db.vala
music_bridge_VALAFLAGS = \
--ccode \
-H music-player-bridge.h -d . \
- --library music-bridge \
+ --vapidir=$(top_srcdir)/vapi/ \
--vapidir=./ \
--thread \
--pkg gee-1.0 \
--pkg Indicate-0.2 \
--pkg Dbusmenu-Glib-0.2 \
- --pkg dbus-glib-1
-
- $(MAINTAINER_VALAFLAGS)
+ --pkg common-defs \
+ --pkg dbus-glib-1 \
+ --pkg gio-unix-2.0
+ $(MAINTAINER_VALAFLAGS)
music_bridge_APIFILES = \
music-player-bridge.h
@@ -115,7 +118,6 @@ BUILT_SOURCES = \
music_bridge_vala.stamp \
sound-service-client.h \
sound-service-server.h \
- music-bridge.vapi \
$(music_bridge_APIFILES) \
$(music_bridge_VALASOURCES:.vala=.c)