defined incorrectly. Moreover, we do not need to define DIST_SUBDIRS because
the default works:
"If `SUBDIRS' is defined conditionally using Automake conditionals,
Automake will define `DIST_SUBDIRS' automatically from the possibles
values of `SUBDIRS' in all conditions."
The bug was exposed by ./test-builds.sh layer-01-minimal with "make distcheck"
test added.
# $Id$
#
+SUBDIRS = libTrie
+
if USE_LOADABLE_MODULES
-DIST_SUBDIRS = libLtdl
-SUBDIRS = libLtdl
-else
-DIST_SUBDIRS =
-SUBDIRS =
+SUBDIRS += libLtdl
endif
-DIST_SUBDIRS += libTrie
-SUBDIRS += libTrie
-CLEANFILES =
+CLEANFILES =
+
install: all
install-strip: all