diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-12 12:44:27 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-12 12:44:27 -0600 |
commit | 5f1d857f263edd696fe1d9af793a26e9bbd5a6c3 (patch) | |
tree | 7ef03dcf47c2f3384b2bb340e3dc31b33ab83e9b /src/Makefile.am | |
parent | 991d41fa7c9b5b51942f836ca68265513de6ef8c (diff) | |
download | ayatana-indicator-sound-5f1d857f263edd696fe1d9af793a26e9bbd5a6c3.tar.gz ayatana-indicator-sound-5f1d857f263edd696fe1d9af793a26e9bbd5a6c3.tar.bz2 ayatana-indicator-sound-5f1d857f263edd696fe1d9af793a26e9bbd5a6c3.zip |
moving towards an encapsulated mute
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 32b6928..f880662 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -95,6 +95,8 @@ indicator_sound_service_SOURCES = \ sound-service-dbus.c \ slider-menu-item.h \ slider-menu-item.c \ + mute-menu-item.h \ + mute-menu-item.c \ gen-sound-service.xml.h \ gen-sound-service.xml.c \ $(music_bridge_VALASOURCES:.vala=.c) |