mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 21:08:14 +02:00
2004-07-24 Havoc Pennington <hp@redhat.com>
* Makefile.am (DIST_SUBDIRS): add DIST_SUBDIRS, problem solved by Owen * test/Makefile.am (DIST_SUBDIRS): here also
This commit is contained in:
parent
5e9fd25100
commit
8d413c6e71
3 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2004-07-24 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* Makefile.am (DIST_SUBDIRS): add DIST_SUBDIRS, problem solved by
|
||||
Owen
|
||||
|
||||
* test/Makefile.am (DIST_SUBDIRS): here also
|
||||
|
||||
2004-07-22 Olivier Andrieu <oliv__a@users.sourceforge.net>
|
||||
|
||||
* dbus/dbus-sysdeps.c (fill_user_info): fix inexistent label name,
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ dist-local:
|
|||
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
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = dbus-1.pc $(GLIB_PC) $(MONO_PC)
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ if HAVE_GLIB
|
|||
endif
|
||||
|
||||
SUBDIRS=$(GLIB_SUBDIR)
|
||||
DIST_SUBDIRS=glib
|
||||
|
||||
INCLUDES=-I$(top_srcdir) $(DBUS_TEST_CFLAGS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue