dbus Makefile.am,1.22,1.23 ChangeLog,1.742,1.743
Colin Walters
walters at freedesktop.org
Sun Mar 20 18:31:11 PST 2005
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv17648
Modified Files:
Makefile.am ChangeLog
Log Message:
2005-03-20 Colin Walters <walters at verbum.org>
* Makefile.am (SUBDIRS, DIST_SUBDIRS): Build tools before test.
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/Makefile.am,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile.am 24 Dec 2004 17:54:01 -0000 1.22
+++ Makefile.am 21 Mar 2005 02:31:09 -0000 1.23
@@ -28,8 +28,8 @@
echo "You have to build with Qt and GLib to make dist" ; \
fi
-SUBDIRS=dbus bus doc $(GLIB_SUBDIR) $(GCJ_SUBDIR) $(MONO_SUBDIR) $(QT_SUBDIR) $(PYTHON_SUBDIR) test tools
-DIST_SUBDIRS=dbus bus doc glib qt gcj mono python test tools
+SUBDIRS=dbus bus doc $(GLIB_SUBDIR) $(GCJ_SUBDIR) $(MONO_SUBDIR) $(QT_SUBDIR) $(PYTHON_SUBDIR) tools test
+DIST_SUBDIRS=dbus bus doc glib qt gcj mono python tools test
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dbus-1.pc $(GLIB_PC) $(MONO_PC)
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.742
retrieving revision 1.743
diff -u -d -r1.742 -r1.743
--- ChangeLog 17 Mar 2005 23:13:38 -0000 1.742
+++ ChangeLog 21 Mar 2005 02:31:09 -0000 1.743
@@ -1,3 +1,7 @@
+2005-03-20 Colin Walters <walters at verbum.org>
+
+ * Makefile.am (SUBDIRS, DIST_SUBDIRS): Build tools before test.
+
2005-03-17 Tom Parker <palfrey at tevp.net>
* dbus/dbus-userdb.c (_dbus_user_database_lookup): Don't
More information about the dbus-commit
mailing list