diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-06-06 20:42:22 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-06-06 20:42:22 +0200 |
commit | a1192a69cfdba207fa3e6ece69363649d8813dcf (patch) | |
tree | af869ae1c53e40a913572b0b81e437f755df8c17 /src/Makefile.am | |
parent | 78068166398ffaee0bb2d997673139168fdfee3b (diff) | |
download | ayatana-indicator-sound-a1192a69cfdba207fa3e6ece69363649d8813dcf.tar.gz ayatana-indicator-sound-a1192a69cfdba207fa3e6ece69363649d8813dcf.tar.bz2 ayatana-indicator-sound-a1192a69cfdba207fa3e6ece69363649d8813dcf.zip |
track specific items outline implemented
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bafd6be..59c8f14 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -48,6 +48,7 @@ checkxml: $(srcdir)/sound-service.xml music_bridge_VALASOURCES = \ music-player-bridge.vala \ transport-menu-item.vala \ + track-specific-menu-item.vala \ metadata-menu-item.vala \ title-menu-item.vala \ player-controller.vala \ |