dbus/tools Makefile.am,1.13,1.14
Colin Walters
walters at freedesktop.org
Thu Mar 24 07:44:45 PST 2005
Update of /cvs/dbus/dbus/tools
In directory gabe:/tmp/cvs-serv2660/tools
Modified Files:
Makefile.am
Log Message:
2005-03-24 Daniel Reed <n at ml.org>
* tools/Makefile.am: Make print-introspect and
dbus-bus-introspect.xml building conditional on HAVE_GLIB.
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/tools/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile.am 22 Mar 2005 17:57:27 -0000 1.13
+++ Makefile.am 24 Mar 2005 15:44:43 -0000 1.14
@@ -21,6 +21,7 @@
GTK_TOOLS=
endif
+if HAVE_GLIB
noinst_PROGRAMS = print-introspect
print_introspect_SOURCES = print-introspect.c
@@ -28,6 +29,7 @@
dbus-bus-introspect.xml: $(top_builddir)/bus/dbus-daemon dbus-launch print-introspect $(top_builddir)/bus/dbus-daemon
DBUS_TOP_BUILDDIR=$(top_builddir) $(srcdir)/run-with-tmp-session-bus.sh ./print-introspect org.freedesktop.DBus /org/freedesktop/DBus > dbus-bus-introspect.xml.tmp && mv dbus-bus-introspect.xml.tmp dbus-bus-introspect.xml
+endif
bin_PROGRAMS=dbus-send $(GLIB_TOOLS) dbus-launch dbus-cleanup-sockets $(GTK_TOOLS)
More information about the dbus-commit
mailing list