diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-04 15:52:59 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-04 15:52:59 +0000 |
commit | 17dd0fee623ff8552b5635fdc570e0aee8635fd6 (patch) | |
tree | 30f7be78f9b82383383aa8f54e84ab3a5c29b8d3 /src/Makefile.am | |
parent | cb864e17102163154fa313d5f9344e9c6c2cbe16 (diff) | |
parent | e2a152628f20271f5373702ad88fda483e0403ca (diff) | |
download | ayatana-indicator-sound-17dd0fee623ff8552b5635fdc570e0aee8635fd6.tar.gz ayatana-indicator-sound-17dd0fee623ff8552b5635fdc570e0aee8635fd6.tar.bz2 ayatana-indicator-sound-17dd0fee623ff8552b5635fdc570e0aee8635fd6.zip |
merge with the test branch - service side refactored and tests introduced
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 543ec58..40a8fdd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,6 +8,7 @@ soundmenulibdir = $(INDICATORDIR) soundmenulib_LTLIBRARIES = libsoundmenu.la libsoundmenu_la_SOURCES = \ common-defs.h \ + indicator-sound.h \ indicator-sound.c \ dbus-shared-names.h \ sound-service-client.h \ @@ -47,6 +48,8 @@ indicator_sound_service_SOURCES = \ common-defs.h \ sound-service.h \ sound-service.c \ + dbus-menu-manager.c \ + dbus-menu-manager.h \ pulse-manager.h \ pulse-manager.c \ sound-service-dbus.h \ |