Code

Added `src/mans/' to the build system.
authorocto <octo>
Mon, 1 May 2006 16:29:59 +0000 (16:29 +0000)
committerocto <octo>
Mon, 1 May 2006 16:29:59 +0000 (16:29 +0000)
configure.ac
src/Makefile.am

index 5e9fc72799e2de9eaa720c4901367a3892c7008b..ab94506a81364bb4d785a06df05a1073c665ae15 100644 (file)
@@ -140,4 +140,4 @@ AC_CHECK_FUNCS(nanosleep, [],
                AC_MSG_ERROR(cannot find nanosleep)))
 AM_CONDITIONAL(BUILD_WITH_LIBRT, test "x$nanosleep_needs_rt" = "xyes")
 
-AC_OUTPUT(Makefile src/Makefile)
+AC_OUTPUT(Makefile src/Makefile src/mans/Makefile)
index a3a642fc5a17156ceb3ea106a1322f221632dd1b..1b440d4048270ac99cd4c901fb0216ab18168902 100644 (file)
@@ -1,5 +1,7 @@
 AUTOMAKE_OPTIONS = foreign no-dependencies
 
+SUBDIRS = mans
+
 if COMPILER_IS_GCC
 AM_CFLAGS = -Wall -Werror
 endif