diff options
| author | Conor Curran <conor.curran@canonical.com> | 2010-03-31 15:53:35 +0100 |
|---|---|---|
| committer | Conor Curran <conor.curran@canonical.com> | 2010-03-31 15:53:35 +0100 |
| commit | c82de623381c8e578acff7f9a7074aabbb8258aa (patch) | |
| tree | d315925ae712bde19b4098538a25f339a8e3a83c /tests | |
| parent | 3933b7c64c59cfd4e1463e4ef4aee41e04bc1764 (diff) | |
| parent | d28d741a8a622f34fd4078e762f781924d61ebf8 (diff) | |
| download | ayatana-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.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 = \ |
