summaryrefslogtreecommitdiffstats
path: root/test/glib/Makefile.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2005-03-02 04:15:43 +0000
committerColin Walters <walters@verbum.org>2005-03-02 04:15:43 +0000
commit8a66b12a848133edd6b769d0a7f618b564913c26 (patch)
tree41ba5f52f28f78b0a110f8dca3e73623c3dc6aa3 /test/glib/Makefile.am
parentd477cd5edf9a6c41b482038ac5fbb39d3adb0eed (diff)
2005-03-01 Colin Walters <walters@verbum.org>
* 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.
Diffstat (limited to 'test/glib/Makefile.am')
-rw-r--r--test/glib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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