From d652b32fc424da66990c3857b36e3860f4d2480f Mon Sep 17 00:00:00 2001 From: octo Date: Mon, 1 May 2006 16:29:59 +0000 Subject: [PATCH] Added `src/mans/' to the build system. --- configure.ac | 2 +- src/Makefile.am | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5e9fc727..ab94506a 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/src/Makefile.am b/src/Makefile.am index a3a642fc..1b440d40 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies +SUBDIRS = mans + if COMPILER_IS_GCC AM_CFLAGS = -Wall -Werror endif -- 2.30.2