2004-07-24 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Sun, 25 Jul 2004 03:52:48 +0000 (03:52 +0000)
committerHavoc Pennington <hp@redhat.com>
Sun, 25 Jul 2004 03:52:48 +0000 (03:52 +0000)
* Makefile.am (DIST_SUBDIRS): add DIST_SUBDIRS, problem solved by
Owen

* test/Makefile.am (DIST_SUBDIRS): here also

ChangeLog
Makefile.am
test/Makefile.am

index e902f3a..34cfb43 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
index 5548794..47ac1de 100644 (file)
@@ -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)
index 387456a..86cd93d 100644 (file)
@@ -4,6 +4,7 @@ if HAVE_GLIB
 endif
 
 SUBDIRS=$(GLIB_SUBDIR)
+DIST_SUBDIRS=glib
 
 INCLUDES=-I$(top_srcdir) $(DBUS_TEST_CFLAGS)