From 3f978cf34b91e5404dc3ea559995a9648734a2da Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Fri, 8 Sep 2006 10:56:06 -0400 Subject: * tools/Makefile.am: Add tools/session.conf to EXTRA_DIST so make check works from tarballs --- tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/Makefile.am b/tools/Makefile.am index 0ec5c62..8a63f78 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -11,7 +11,7 @@ BUILT_SOURCES = dbus-glib-bindings.h dbus-bus-introspect.xml dbus-bus-introspect.xml: DBUS_TOP_BUILDDIR=$(top_builddir) dbus-send --system --print-reply=literal --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.Introspectable.Introspect > dbus-bus-introspect.xml.tmp && mv dbus-bus-introspect.xml.tmp dbus-bus-introspect.xml -EXTRA_DIST = run-with-tmp-session-bus.sh +EXTRA_DIST = run-with-tmp-session-bus.sh session.conf CLEANFILES = \ run-with-tmp-session-bus.conf \ -- cgit v1.2.1