From a264db8958c97725c69cefcb2ab2b0967a65a5eb Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 3 Jun 2013 13:36:07 -0700 Subject: Add man/ dir to the autoconf rules. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3d63193..bad01a7 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_CHECK_HEADER([libcidr.h], [], [AC_MSG_FAILURE([libcidr.h is not found.])]) AM_INIT_AUTOMAKE([gnu no-dist-gzip dist-bzip2 subdir-objects]) AC_PREFIX_DEFAULT([/usr]) -AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile]) +AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile man/Makefile]) AC_CONFIG_HEADERS([src/config.h]) PKG_CHECK_MODULES([CHECK], [check >= 0.9.4]) -- cgit v1.2.3