1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 12:54:20 +01:00

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>
This commit is contained in:
Christophe CURIS
2014-12-05 18:02:43 +01:00
committed by Carlos R. Mafra
parent 12babda9e7
commit 47ac986b53
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
## automake input file for wrlib
SUBDIRS = .
DIST_SUBDIRS = $(SUBDIRS) tests
AUTOMAKE_OPTIONS =