mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-26 08:22:37 +01:00
make: do not compile stuff in the 'test' directory
To be consistent with the rest of the project's behaviour, do not try to compile what is in the toplevel's "test" directory for a normal compilation. The content of this directory does not really test anything, so it is not useful for users, and there is always the risk that it could break compilation because it is not heavily maintained (and does not deserves to) so this patch just skips the directory, as already done for wrlib/tests/ and WINGs/Tests. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
7962bfa612
commit
e78e485fb3
@@ -30,7 +30,8 @@ config-paths.h: Makefile
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = wrlib WINGs src util po WindowMaker wmlib WPrefs.app doc test
|
||||
SUBDIRS = wrlib WINGs src util po WindowMaker wmlib WPrefs.app doc
|
||||
DIST_SUBDIRS = $(SUBDIRS) test
|
||||
|
||||
EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N INSTALL \
|
||||
INSTALL-WMAKER README.definable-cursor \
|
||||
|
||||
Reference in New Issue
Block a user