diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-05-19 17:05:00 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-05-19 17:05:00 -0400 |
commit | 306604f2426f7a1b7a4516566cb68e1d6c982998 (patch) | |
tree | d11abca5d5b99e665912c7180d503ef56e446ed0 /src/Makefile.am | |
parent | 914a7600bdc7c6e9a8a7afdf165397cc05113f1a (diff) | |
parent | 82a0655d82f040a729b225335b99fafba2786668 (diff) | |
download | ayatana-indicator-sound-306604f2426f7a1b7a4516566cb68e1d6c982998.tar.gz ayatana-indicator-sound-306604f2426f7a1b7a4516566cb68e1d6c982998.tar.bz2 ayatana-indicator-sound-306604f2426f7a1b7a4516566cb68e1d6c982998.zip |
releasing version 0.7.0-0ubuntu1
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ae0d55a..bafd6be 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,6 +10,8 @@ libsoundmenu_la_SOURCES = \ common-defs.h \ indicator-sound.h \ indicator-sound.c \ + sound-state.c \ + sound-state.h \ sound-state-manager.c \ sound-state-manager.h \ transport-widget.c \ @@ -90,6 +92,8 @@ indicator_sound_service_SOURCES = \ common-defs.h \ sound-service.h \ sound-service.c \ + sound-state.c \ + sound-state.h \ pulseaudio-mgr.h \ pulseaudio-mgr.c \ device.c \ |