build: Fix 'make dist' regression
authorColin Walters <walters@verbum.org>
Wed, 25 Apr 2012 18:47:01 +0000 (14:47 -0400)
committerColin Walters <walters@verbum.org>
Wed, 25 Apr 2012 19:41:48 +0000 (15:41 -0400)
commit063ec9a75d6f70b45a8e51653608a6e40f948b3c
tree29c97994e53350211f5fa440c48484c9b08d7fdb
parent87cc77a1985efa18bcd8fc3318c90d8557ae9129
build: Fix 'make dist' regression

Commit f084b603771f78126bc0b07229a1574b76e776bb incorrectly set
DIST_SUBDIRS for the toplevel Makefile.am.  In general actually we
don't need to set it, because modern automake automatically sets
it by looking at conditionals for SUBDIRS.

Tested-by: Rico Tzschichholz <ricotz@t-online.de>
https://bugzilla.gnome.org/show_bug.cgi?id=667806
gio/Makefile.am
glib/Makefile.am
gobject/Makefile.am