From: Colin Walters Date: Mon, 21 Mar 2005 02:31:09 +0000 (+0000) Subject: 2005-03-20 Colin Walters X-Git-Tag: dbus-0.32.0~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=254f4d8592ec6e88d08ade3f24634a03c3748c85;p=thirdparty%2Fdbus.git 2005-03-20 Colin Walters * Makefile.am (SUBDIRS, DIST_SUBDIRS): Build tools before test. --- diff --git a/ChangeLog b/ChangeLog index ef423f760..47ca71cd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-03-20 Colin Walters + + * Makefile.am (SUBDIRS, DIST_SUBDIRS): Build tools before test. + 2005-03-17 Tom Parker * dbus/dbus-userdb.c (_dbus_user_database_lookup): Don't diff --git a/Makefile.am b/Makefile.am index 886618b94..6f92d6d3a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,8 +28,8 @@ dist-local: 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)