diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-14 19:47:59 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-14 19:47:59 +0000 |
commit | 76ef685e00626c73f01bcb547e143fa4ec308ea8 (patch) | |
tree | a325e92ba322aa83f12c9eb82c60ace09d2049af /src/Makefile.am | |
parent | 84f68e01cf7b165d69f592cba379c28f890a4a1c (diff) | |
download | ayatana-indicator-sound-76ef685e00626c73f01bcb547e143fa4ec308ea8.tar.gz ayatana-indicator-sound-76ef685e00626c73f01bcb547e143fa4ec308ea8.tar.bz2 ayatana-indicator-sound-76ef685e00626c73f01bcb547e143fa4ec308ea8.zip |
renamed active-sink to device so as the naming makes sense
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 7525d71..f7dc2ef 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -92,8 +92,8 @@ indicator_sound_service_SOURCES = \ sound-service.c \ pulseaudio-mgr.h \ pulseaudio-mgr.c \ - active-sink.c \ - active-sink.h \ + device.c \ + device.h \ sound-service-dbus.h \ sound-service-dbus.c \ slider-menu-item.h \ |