From 83d3819577efa227419946b611b62455eaaa2e5b Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Tue, 13 Apr 2004 11:39:41 +0000 Subject: 2004-04-13 Michael Meeks * 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 --- test/glib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/glib/Makefile.am b/test/glib/Makefile.am index ba1f181d..a44787ab 100644 --- a/test/glib/Makefile.am +++ b/test/glib/Makefile.am @@ -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= -- cgit