mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
Makefile: Add missing subdir
The test suite was added, but it wasn't included in the list of directories to be included in the tarball, so ./configure fails: config.status: error: cannot find input file: `test/Makefile.in' The following patch adds the missing test suite.
This commit is contained in:
committed by
Carlos R. Mafra
parent
efcad8497e
commit
968ebdedf2
@@ -31,7 +31,7 @@ config-paths.h: Makefile
|
|||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
SUBDIRS = wrlib WINGs src util po WindowMaker wmlib WPrefs.app doc
|
SUBDIRS = wrlib WINGs src util po WindowMaker wmlib WPrefs.app doc test
|
||||||
|
|
||||||
EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N INSTALL \
|
EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N INSTALL \
|
||||||
INSTALL-WMAKER README.definable-cursor \
|
INSTALL-WMAKER README.definable-cursor \
|
||||||
|
|||||||
Reference in New Issue
Block a user