aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2013-07-25 15:56:04 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2013-07-25 15:56:04 +0200
commitc416b3463055a0167f2e1412c7442674de5e75d8 (patch)
treef322bec5e8b6b40fe503df88d1e2cb5de2532445 /src/Makefile.am
parent812adbd27ed4f5af7a0a78c9ad62e4b9337d8c0a (diff)
downloadayatana-indicator-sound-c416b3463055a0167f2e1412c7442674de5e75d8.tar.gz
ayatana-indicator-sound-c416b3463055a0167f2e1412c7442674de5e75d8.tar.bz2
ayatana-indicator-sound-c416b3463055a0167f2e1412c7442674de5e75d8.zip
service.vala: move menu handling into sound-menu.vala
This makes service.vala a lot more readable and makes way for exporting a second - slightly different - menu for the phone profile.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index da3df5b..8af02ce 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,7 +8,8 @@ indicator_sound_service_SOURCES = \
media-player-list.vala \
mpris2-interfaces.vala \
mpris2-watcher.vala \
- freedesktop-interfaces.vala
+ freedesktop-interfaces.vala \
+ sound-menu.vala
indicator_sound_service_VALAFLAGS = \
--ccode \