diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-30 18:51:03 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-30 18:51:03 +0100 |
commit | 496ac14d4e3b4e5b9284083cf4ce277cfe5ef343 (patch) | |
tree | b9419772e4f0e017b615de807722f84234a37788 /src/Makefile.am | |
parent | a28cd0810696f22cf5478191d42665df26dcc565 (diff) | |
download | ayatana-indicator-sound-496ac14d4e3b4e5b9284083cf4ce277cfe5ef343.tar.gz ayatana-indicator-sound-496ac14d4e3b4e5b9284083cf4ce277cfe5ef343.tar.bz2 ayatana-indicator-sound-496ac14d4e3b4e5b9284083cf4ce277cfe5ef343.zip |
refactor the volume slider into its own wrapper gobject
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 |