From a65587676f6791ff6a7c9ed98bbc53d740f51fa8 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 17 Mar 2005 17:48:29 +0000 Subject: 2005-03-17 Colin Walters * bus/print-introspect.c: Move to tools/. * bus/run-with-tmp-session-bus.sh: Ditto. * glib/Makefile.am (dbus-glib-bindings.h): Move generation to tools/Makefile.am. * test/glib/run-test.sh: Update to handle move of run-with-tmp-session-bus.sh. * test/glib/test-service-glib.c: Update to handle move of dbus-glib-bindings.h. * tools/print-introspect.c: Moved here from bus/, and ported to GLib bindings. * tools/run-with-tmp-session-bus.sh: Moved here from bus/. * tools/Makefile.am: Generate dbus-glib-bindings.h and dbus-bus-introspect.xml here. * tools/.cvsignore, glib/.cvsignore, bus/.cvsignore: Update. --- test/glib/run-test.sh | 2 +- test/glib/test-service-glib.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/glib') diff --git a/test/glib/run-test.sh b/test/glib/run-test.sh index 51d4a713..86f1aee8 100755 --- a/test/glib/run-test.sh +++ b/test/glib/run-test.sh @@ -10,7 +10,7 @@ export DBUS_TEST_GLIB_RUN_TEST_SCRIPT=1 if test -z "$DBUS_TEST_GLIB_IN_RUN_TEST"; then DBUS_TEST_GLIB_IN_RUN_TEST=1 export DBUS_TEST_GLIB_IN_RUN_TEST - exec $DBUS_TOP_BUILDDIR/bus/run-with-tmp-session-bus.sh $SCRIPTNAME $MODE + exec $DBUS_TOP_BUILDDIR/tools/run-with-tmp-session-bus.sh $SCRIPTNAME $MODE fi if test x$MODE = xprofile ; then diff --git a/test/glib/test-service-glib.c b/test/glib/test-service-glib.c index fef8a9da..d929999d 100644 --- a/test/glib/test-service-glib.c +++ b/test/glib/test-service-glib.c @@ -3,7 +3,7 @@ /* NOTE - outside of D-BUS core this would be * include */ -#include "glib/dbus-glib-bindings.h" +#include "tools/dbus-glib-bindings.h" #include #include #include -- cgit