Another try to get the make dist working with or without supernovae
This was not a bug of automake, but a feature: it seeks every files
which may be needed by a if/endif branch and makes sure they are in
the archive. Adding an extra variable didn't solve the issue since
automake follows variable definitions.
Declaring supernovae files as BUILT_SOURCE was uneffective (still
trying to add them to the archive) and counter productive (automake
tried to build them even in non-supernovae mode)
So the solution is to prevent automake from derivating the DIST files
from the lib_*_la_SOURCES. For that, I use nodist_lib_*_la_SOURCES
and take care of the EXTRA_DIST files manually.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6862
48e7efb5-ca39-0410-a469-
dd3cf9ba447f