From 968ebdedf20b9d804e29c92b67c6f8e24ae25f15 Mon Sep 17 00:00:00 2001 From: "John H. Robinson, IV" Date: Wed, 23 May 2012 10:21:51 -0700 Subject: [PATCH] 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c76b1e3d..c238d9c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ config-paths.h: Makefile 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 \ INSTALL-WMAKER README.definable-cursor \