* configure.ac (AC_CONFIG_FILES): Add 'contrib/Makefile'. * Makefile.am (SUBDIRS): Add 'contrib'. --- Makefile.am | 2 +- configure.ac | 1 + 2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am index 735cb00..bd5b76a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ ## automake (run in doc, tests, and in the rebuild rules.) ## `.' goes before doc and tests, because the latter two directories ## run aclocal and automake. -SUBDIRS = lib . doc m4 tests +SUBDIRS = lib . contrib doc m4 tests TEST_SUBDIRS = tests lib/Automake/tests diff --git a/configure.ac b/configure.ac index bc04e56..bcd28fd 100644 --- a/configure.ac +++ b/configure.ac @@ -206,6 +206,7 @@ AC_SUBST([sh_errexit_works], [$am_cv_sh_errexit_works]) AC_CONFIG_FILES([ Makefile + contrib/Makefile doc/Makefile lib/Automake/Makefile lib/Automake/tests/Makefile -- 1.7.7.3