aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-05-18 10:08:52 +0200
committerConor Curran <conor.curran@canonical.com>2011-05-18 10:08:52 +0200
commit03d29626622fa8ede6f4e00960fffb8d89382f9f (patch)
treecba754953f25441558f14d167af1558af992ff6f /src/Makefile.am
parent87f69eb52304b8d004759ce62b69dd79a8794a02 (diff)
parent1c1adfebc0a8c9fc1a64f89fa879823ff316ecec (diff)
downloadayatana-indicator-sound-03d29626622fa8ede6f4e00960fffb8d89382f9f.tar.gz
ayatana-indicator-sound-03d29626622fa8ede6f4e00960fffb8d89382f9f.tar.bz2
ayatana-indicator-sound-03d29626622fa8ede6f4e00960fffb8d89382f9f.zip
fixing the descrepancy between notification and panel volume icon, thanks Dylan:)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
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 \