From 8a66b12a848133edd6b769d0a7f618b564913c26 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 2 Mar 2005 04:15:43 +0000 Subject: 2005-03-01 Colin Walters * test/glib/test-dbus-glib.c (lose, lose_gerror): Utility functions copied from dbus-glib-tool.c. (main): Convert lots of error code to use them. Also add some testing for introspection bits. --- test/glib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/glib/Makefile.am') diff --git a/test/glib/Makefile.am b/test/glib/Makefile.am index d8b37b19..58f4d778 100644 --- a/test/glib/Makefile.am +++ b/test/glib/Makefile.am @@ -37,7 +37,7 @@ noinst_PROGRAMS= test-dbus-glib test-service-glib $(THREAD_APPS) test_dbus_glib_SOURCES= \ test-dbus-glib.c -test_dbus_glib_LDADD= $(top_builddir)/glib/libdbus-glib-1.la +test_dbus_glib_LDADD= $(DBUS_GLIB_TOOL_LIBS) $(top_builddir)/glib/libdbus-glib-1.la $(top_builddir)/glib/libdbus-gtool.la test_service_glib_SOURCES= \ test-service-glib.c -- cgit