dbus/test/glib Makefile.am,1.4,1.5
Michael Meeks
michael at pdx.freedesktop.org
Tue Apr 13 04:39:43 PDT 2004
Update of /cvs/dbus/dbus/test/glib
In directory pdx:/tmp/cvs-serv30136/test/glib
Modified Files:
Makefile.am
Log Message:
2004-04-13 Michael Meeks <michael at 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
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/test/glib/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/Makefile.am 21 Oct 2003 05:46:52 -0000 1.4
+++ b/Makefile.am 13 Apr 2004 11:39:41 -0000 1.5
@@ -4,7 +4,7 @@
## 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=
More information about the dbus-commit
mailing list