build: Fix 'make dist' regression

Commit f084b60377 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
This commit is contained in:
Colin Walters
2012-04-25 14:47:01 -04:00
parent 87cc77a198
commit 063ec9a75d
3 changed files with 1 additions and 11 deletions

View File

@@ -5,11 +5,8 @@
include $(top_srcdir)/Makefile.decl
SUBDIRS = .
DIST_SUBDIRS =
if BUILD_MODULAR_TESTS
SUBDIRS += tests
else
DIST_SUBDIRS += tests
endif
BUILT_SOURCES=