diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-16 18:37:15 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-16 18:37:15 +0000 |
commit | fe11e6ad36166f9e5e7279ffc59249dd7788360a (patch) | |
tree | 773040534753e92f5d68ca1f57f3c8a70cdb67bc /src/Makefile.am | |
parent | 5d32cec559249cb0e3b0a85ecdc8e0a5dc1ab199 (diff) | |
download | ayatana-indicator-sound-fe11e6ad36166f9e5e7279ffc59249dd7788360a.tar.gz ayatana-indicator-sound-fe11e6ad36166f9e5e7279ffc59249dd7788360a.tar.bz2 ayatana-indicator-sound-fe11e6ad36166f9e5e7279ffc59249dd7788360a.zip |
moving towards a voip input item
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 23bda3d..228e6a3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -85,7 +85,7 @@ music_bridge_vala.stamp $(music_bridge_APIFILES): $(music_bridge_VALASOURCES) # Sound Service C ############################### indicator_sound_service_SOURCES = \ - common-defs.h \ + common-defs.h \ sound-service.h \ sound-service.c \ pulseaudio-mgr.h \ @@ -96,6 +96,8 @@ indicator_sound_service_SOURCES = \ sound-service-dbus.c \ slider-menu-item.h \ slider-menu-item.c \ + voip-input-menu-item.h \ + voip-input-menu-item.c \ mute-menu-item.h \ mute-menu-item.c \ gen-sound-service.xml.h \ |