mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 07:38:20 +02:00
2005-03-20 Colin Walters <walters@verbum.org>
* Makefile.am (SUBDIRS, DIST_SUBDIRS): Build tools before test.
This commit is contained in:
parent
49c64e69de
commit
254f4d8592
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2005-03-20 Colin Walters <walters@verbum.org>
|
||||
|
||||
* Makefile.am (SUBDIRS, DIST_SUBDIRS): Build tools before test.
|
||||
|
||||
2005-03-17 Tom Parker <palfrey@tevp.net>
|
||||
|
||||
* dbus/dbus-userdb.c (_dbus_user_database_lookup): Don't
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue