diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-17 16:07:28 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-17 16:07:28 +0000 |
commit | 6ad2bc640794ad3d78c401e4e9391169446db619 (patch) | |
tree | 73e22675a5937b6dbaaf7f22b55c1daefb84a065 /src/Makefile.am | |
parent | c1fdbb5237dd04d6508fafc7d4af67645d4c66c5 (diff) | |
download | ayatana-indicator-sound-6ad2bc640794ad3d78c401e4e9391169446db619.tar.gz ayatana-indicator-sound-6ad2bc640794ad3d78c401e4e9391169446db619.tar.bz2 ayatana-indicator-sound-6ad2bc640794ad3d78c401e4e9391169446db619.zip |
voip widget added
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 228e6a3..7525d71 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,6 +20,8 @@ libsoundmenu_la_SOURCES = \ title-widget.h \ volume-widget.c \ volume-widget.h \ + voip-input-widget.c \ + voip-input-widget.h \ gen-sound-service.xml.h \ gen-sound-service.xml.c \ dbus-shared-names.h |