aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-01 16:06:30 -0600
committerTed Gould <ted@gould.cx>2010-03-01 16:06:30 -0600
commitc49359cb645a839fed19b8217635303dae4f825e (patch)
tree822ff8e894969804abac4a5e1299b76006d234a8
parent6468402475d7bfced0ee905bdd56977cc2f4b7da (diff)
downloadayatana-indicator-sound-c49359cb645a839fed19b8217635303dae4f825e.tar.gz
ayatana-indicator-sound-c49359cb645a839fed19b8217635303dae4f825e.tar.bz2
ayatana-indicator-sound-c49359cb645a839fed19b8217635303dae4f825e.zip
Removing linking to the loadable library and fixing a missing '\'
-rw-r--r--tests/Makefile.am13
1 files changed, 5 insertions, 8 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7d061fb..d4675df 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,6 +1,6 @@
check_PROGRAMS = \
- test-indicator-sound
+ test-indicator-sound \
test-indicator-sound-dbus-client \
test-indicator-sound-dbus-server
@@ -20,8 +20,7 @@ test_indicator_sound_CFLAGS = \
-DTOP_BUILD_DIR="\"${abs_top_builddir}\""
test_indicator_sound_LDADD = \
- $(APPLET_LIBS) \
- $(INDICATORDIR)/libsoundmenu.la
+ $(APPLET_LIBS)
#########################################
## test-indicator-sound-dbus-client
@@ -38,8 +37,7 @@ test_indicator_sound_dbus_client_CFLAGS = \
-I$(SOUNDSERVICE_CFLAGS)
test_indicator_sound_dbus_client_LDADD = \
- $(SOUNDSERVICE_LIBS) \
- $(INDICATORDIR)/libsoundmenu.la
+ $(SOUNDSERVICE_LIBS)
#########################################
## test-indicator-sound-dbus-server
@@ -53,9 +51,8 @@ test_indicator_sound_dbus_server_CFLAGS = \
-Wall -Werror \
-I$(srcdir)
-test_libappindicator_dbus_server_LDADD = \
- $(SOUNDSERVICE_LIBS) \
- $(INDICATORDIR)/libsoundmenu.la
+test_indicator_sound_dbus_server_LDADD = \
+ $(SOUNDSERVICE_LIBS)
#########################################