fixup: contrib: really integrate in automake build system
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 17 Jan 2012 14:48:56 +0000 (15:48 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 17 Jan 2012 14:48:56 +0000 (15:48 +0100)
* configure.ac (AC_CONFIG_FILES): Add 'contrib/Makefile'.
* Makefile.am (SUBDIRS): Add 'contrib'.

Makefile.am
configure.ac

index 735cb00..bd5b76a 100644 (file)
@@ -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
 
index bc04e56..bcd28fd 100644 (file)
@@ -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