aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-03-31 15:53:35 +0100
committerConor Curran <conor.curran@canonical.com>2010-03-31 15:53:35 +0100
commitc82de623381c8e578acff7f9a7074aabbb8258aa (patch)
treed315925ae712bde19b4098538a25f339a8e3a83c /tests
parent3933b7c64c59cfd4e1463e4ef4aee41e04bc1764 (diff)
parentd28d741a8a622f34fd4078e762f781924d61ebf8 (diff)
downloadayatana-indicator-sound-c82de623381c8e578acff7f9a7074aabbb8258aa.tar.gz
ayatana-indicator-sound-c82de623381c8e578acff7f9a7074aabbb8258aa.tar.bz2
ayatana-indicator-sound-c82de623381c8e578acff7f9a7074aabbb8258aa.zip
sink removal code made alot safer
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
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 = \