]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2004-04-13 Michael Meeks <michael@ximian.com>
authorMichael Meeks <michael@ximian.com>
Tue, 13 Apr 2004 11:39:41 +0000 (11:39 +0000)
committerMichael Meeks <michael@ximian.com>
Tue, 13 Apr 2004 11:39:41 +0000 (11:39 +0000)
* test/glib/Makefile.am: use the absolute path so the bus
daemon's chdir ("/") doesn't kill us dead.

* configure.in: subst ABSOLUTE_TOP_BUILDDIR

ChangeLog
configure.in
test/glib/Makefile.am

index 6296f81211063d74383ccc5e5bf14befb16424bb..227bd288849a3791daa741270494d9d9b75afdd6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-04-13  Michael Meeks  <michael@ximian.com>
+
+       * test/glib/Makefile.am: use the absolute path so the bus
+       daemon's chdir ("/") doesn't kill us dead.
+
+       * configure.in: subst ABSOLUTE_TOP_BUILDDIR
+
 2004-04-12  Jon Trowbridge  <trow@ximian.com>
 
        * bus/config-parser.c (struct BusConfigParser): Added
        * bus/bus.c (bus_context_new): Load the config file
        with a NULL parent argument.
 
+2004-03-29  Michael Meeks  <michael@ximian.com>
+
+       * glib/dbus-gobject.c (introspect_properties): split
+       out, fix mangled 'while' flow control.
+       (introspect_signals): implement.
+       (handle_introspect): update.
+
 2004-03-29  Michael Meeks  <michael@ximian.com>
 
        * glib/dbus-gobject.c (set_object_property): split out / 
index ab3da87be7336e44afdb4224385d66f0b8031b3d..ff53b944a48bbfd5a9e624de45ca9dcf4d64d75f 100644 (file)
@@ -939,6 +939,7 @@ TEST_PATH(GLIB_SERVICE_BINARY, test-service-glib)
 TEST_PATH(EXIT_BINARY, test-exit)
 TEST_PATH(SEGFAULT_BINARY, test-segfault)
 TEST_PATH(SLEEP_FOREVER_BINARY, test-sleep-forever)
+AC_SUBST(ABSOLUTE_TOP_BUILDDIR)
 
 #### Find socket directories
 if ! test -z "$TMPDIR" ; then
index ba1f181d0761f9e1a142a2092b344b6d72333a9f..a44787abff554b7bfef971513df6e56142ca296b 100644 (file)
@@ -4,7 +4,7 @@ INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_GLIB_CFLAGS) -I$(top_srcdi
 ## so if adding tests not to be run in make check, don't add them to 
 ## TESTS
 if DBUS_BUILD_TESTS
-TESTS_ENVIRONMENT=DBUS_TOP_BUILDDIR=$(top_builddir) DBUS_TEST_HOMEDIR=$(top_builddir)/dbus
+TESTS_ENVIRONMENT=DBUS_TOP_BUILDDIR=$(ABSOLUTE_TOP_BUILDDIR)
 TESTS=run-test.sh
 else
 TESTS=