diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-08-06 13:22:25 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-08-06 13:22:25 +0100 |
commit | 8286c9e86314f8ff459576efde19b03709634140 (patch) | |
tree | 4fe1716675002bc8cde09e647e8431f7da2ff235 /src/Makefile.am | |
parent | 830c82bc82d7ea3bc891b35e2169170e1352c199 (diff) | |
parent | 734cf9dc8224140b6b729c09237d598aec546ef3 (diff) | |
download | ayatana-indicator-sound-8286c9e86314f8ff459576efde19b03709634140.tar.gz ayatana-indicator-sound-8286c9e86314f8ff459576efde19b03709634140.tar.bz2 ayatana-indicator-sound-8286c9e86314f8ff459576efde19b03709634140.zip |
volume slider refactor merged
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 ed3e394..ce7a580 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,6 +20,8 @@ libsoundmenu_la_SOURCES = \ title-widget.h \ scrub-widget.c \ scrub-widget.h \ + volume-widget.c \ + volume-widget.h \ dbus-shared-names.h \ sound-service-client.h |