[bcl] Look in all .sources files when gathering files to dist
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 5 Jan 2017 02:55:49 +0000 (03:55 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 5 Jan 2017 02:58:36 +0000 (03:58 +0100)
commitffff742d8913be5ae0fd5d7b5884eeb9aa84c2e8
treede7d9ac94908f97d53486e617fe08277e3e499da
parentc1f39f3cb4bb853bb42051f08fcd1aad980f2ea9
[bcl] Look in all .sources files when gathering files to dist

Previously we would only look into files ending in libraryname.sources.
This breaks down in cases where we used e.g. "#include common.sources"
because those files don't match the pattern and would be left out.

To fix this we could either start resolving includes in the .sources,
but the simpler fix is to just dist files from all normal .sources files.
mcs/build/library.make