diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-31 12:40:08 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-31 12:40:08 +0100 |
commit | d28d741a8a622f34fd4078e762f781924d61ebf8 (patch) | |
tree | fd81b9c32f3fe70de00cd8fefd82dc6fd5091c54 /tests/Makefile.am | |
parent | 5f6b6835f032fe69f01b1fff2e57e1e0cec00fab (diff) | |
download | ayatana-indicator-sound-d28d741a8a622f34fd4078e762f781924d61ebf8.tar.gz ayatana-indicator-sound-d28d741a8a622f34fd4078e762f781924d61ebf8.tar.bz2 ayatana-indicator-sound-d28d741a8a622f34fd4078e762f781924d61ebf8.zip |
sink removal should now be water(bloody) tight
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index e99ec54..8d24b2b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ check_PROGRAMS = \ - test-indicator-sound \ + test-indicator-sound \ test-pulse-manager \ test-indicator-sound-dbus-client \ test-indicator-sound-dbus-server @@ -44,7 +44,7 @@ check_PROGRAMS += test-pulse-manager test_pulse_manager_SOURCES = \ test-pulse-manager.c \ $(top_builddir)/src/dbus-menu-manager.c \ - $(top_builddir)/src/sound-service-dbus.c \ + $(top_builddir)/src/sound-service-dbus.c \ $(top_builddir)/src/slider-menu-item.c test_pulse_manager_CFLAGS = \ |