summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2010-04-26 18:50:31 +0200
committerColin Walters <walters@verbum.org>2010-04-27 09:35:37 -0400
commitfb7cb9f10e08eaf3887b2a63a7fa59510e40b5d2 (patch)
treef2d0d398cf36173d20e47e70a667a3042e032508 /test
parentfadbedfbbf512d69611a80a0cd4698e3b5d579ea (diff)
Fix linking of tests. On windows, undefined symbols are not allowed and symbol lookup is sequencial
Diffstat (limited to 'test')
-rw-r--r--test/core/Makefile.am2
-rw-r--r--test/interfaces/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/core/Makefile.am b/test/core/Makefile.am
index 5d97c8b..6ecd30a 100644
--- a/test/core/Makefile.am
+++ b/test/core/Makefile.am
@@ -76,7 +76,7 @@ test_dbus_glib_SOURCES= \
my-object-marshal.c \
test-dbus-glib.c
-test_dbus_glib_LDADD= $(DBUS_GLIB_TOOL_LIBS) $(top_builddir)/dbus/libdbus-glib-1.la $(top_builddir)/dbus/libdbus-gtool.la
+test_dbus_glib_LDADD= $(DBUS_GLIB_TOOL_LIBS) $(top_builddir)/dbus/libdbus-gtool.la $(top_builddir)/dbus/libdbus-glib-1.la $(DBUS_GLIB_LIBS)
test_variant_recursion_SOURCES=test-variant-recursion.c
diff --git a/test/interfaces/Makefile.am b/test/interfaces/Makefile.am
index 6e10041..f52a6e9 100644
--- a/test/interfaces/Makefile.am
+++ b/test/interfaces/Makefile.am
@@ -38,7 +38,7 @@ test_service_LDADD= $(DBUS_GLIB_TOOL_LIBS) $(top_builddir)/dbus/libdbus-glib-1.l
test_client_SOURCES = \
test-client.c
-test_client_LDADD= $(DBUS_GLIB_TOOL_LIBS) $(top_builddir)/dbus/libdbus-glib-1.la $(top_builddir)/dbus/libdbus-gtool.la
+test_client_LDADD= $(DBUS_GLIB_TOOL_LIBS) $(top_builddir)/dbus/libdbus-gtool.la $(top_builddir)/dbus/libdbus-glib-1.la $(DBUS_GLIB_LIBS)
BUILT_SOURCES = \
test-song-glue.h \