Make sub-directories visible the automake's "dist*" targets
commit47ac986b5336869236fefb748a066d936c590f19
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 5 Dec 2014 17:02:43 +0000 (5 18:02 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 7 Dec 2014 09:52:21 +0000 (7 09:52 +0000)
tree1d715c8e7f33accd762653af6a217c5513ba8c47
parent12babda9e7050a95789cc4173b072e2e815e1fbc
Make sub-directories visible the automake's "dist*" targets

We have a few directories with source codes that we tell configure to
prepare, but we do not actually want them built during normal operations
(tests and examples only).

However, there are some special targets brought by automake which still
need to see them, so this patch adds these directories to the list, but
only for these rules, we keep them unvisited by the normal build process.

The wanted side effect of this is that now "make distcheck" works untill
the end as expectable.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
WINGs/Makefile.am
wrlib/Makefile.am