summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: da7bb68)
raw | patch | inline | side by side (parent: da7bb68)
author | octo <octo> | |
Mon, 1 May 2006 16:29:59 +0000 (16:29 +0000) | ||
committer | octo <octo> | |
Mon, 1 May 2006 16:29:59 +0000 (16:29 +0000) |
configure.ac | patch | blob | history | |
src/Makefile.am | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 5e9fc72799e2de9eaa720c4901367a3892c7008b..ab94506a81364bb4d785a06df05a1073c665ae15 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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 a3a642fc5a17156ceb3ea106a1322f221632dd1b..1b440d4048270ac99cd4c901fb0216ab18168902 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
AUTOMAKE_OPTIONS = foreign no-dependencies
+SUBDIRS = mans
+
if COMPILER_IS_GCC
AM_CFLAGS = -Wall -Werror
endif