aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2013-03-28 12:34:35 -0400
committerLars Uebernickel <lars.uebernickel@canonical.com>2013-03-28 12:34:35 -0400
commit1419ef39b81be9d8a42b915ad9f56e81ab4eb03c (patch)
treec2265dd76e20dfcdf6bb42fd17915fa63c70dfbb /src/Makefile.am
parent0386c87d0176c3d539f6cac6f5d52ba1adf9d761 (diff)
downloadayatana-indicator-sound-1419ef39b81be9d8a42b915ad9f56e81ab4eb03c.tar.gz
ayatana-indicator-sound-1419ef39b81be9d8a42b915ad9f56e81ab4eb03c.tar.bz2
ayatana-indicator-sound-1419ef39b81be9d8a42b915ad9f56e81ab4eb03c.zip
Show running media players in the menu
Each player has its own action with a dictionary state. Right now, this state only contains one key "running", which signifies whether an instance of the player is currently running. It does not yet show non-running players on startup, and ignores the blacklist.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2421683..1de360c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -20,6 +20,8 @@ music_bridge_VALASOURCES = \
service.vala \
main.vala \
volume-control.vala \
+ media-player.vala \
+ media-player-list.vala \
music-player-bridge.vala \
transport-menu-item.vala \
specific-items-manager.vala \