From: Havoc Pennington Date: Sun, 25 Jul 2004 03:52:48 +0000 (+0000) Subject: 2004-07-24 Havoc Pennington X-Git-Tag: dbus-0.22~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d413c6e71390de68e94d7a21790de4ecf49e396;p=thirdparty%2Fdbus.git 2004-07-24 Havoc Pennington * Makefile.am (DIST_SUBDIRS): add DIST_SUBDIRS, problem solved by Owen * test/Makefile.am (DIST_SUBDIRS): here also --- diff --git a/ChangeLog b/ChangeLog index e902f3ad8..34cfb431e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-07-24 Havoc Pennington + + * Makefile.am (DIST_SUBDIRS): add DIST_SUBDIRS, problem solved by + Owen + + * test/Makefile.am (DIST_SUBDIRS): here also + 2004-07-22 Olivier Andrieu * dbus/dbus-sysdeps.c (fill_user_info): fix inexistent label name, diff --git a/Makefile.am b/Makefile.am index 5548794e6..47ac1def2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) diff --git a/test/Makefile.am b/test/Makefile.am index 387456a37..86cd93d83 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -4,6 +4,7 @@ if HAVE_GLIB endif SUBDIRS=$(GLIB_SUBDIR) +DIST_SUBDIRS=glib INCLUDES=-I$(top_srcdir) $(DBUS_TEST_CFLAGS)