summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 204f4df..c06a7b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,6 +85,7 @@ esac
m4_include([libl4/headers.m4])
m4_include([libhurd-ihash/headers.m4])
m4_include([libhurd-slab/headers.m4])
+m4_include([libhurd-cap/headers.m4])
if test "x$missing_progs" != "x"; then
AC_MSG_ERROR([The following programs were not found:$missing_progs])
@@ -94,10 +95,11 @@ fi
AC_CONFIG_FILES([Makefile
libl4/ia32/Makefile libl4/Makefile
libc-parts/Makefile
+ libhurd-ihash/Makefile
+ libhurd-slab/Makefile
+ libhurd-cap/Makefile
laden/Makefile
wortel/Makefile
physmem/Makefile
- libhurd-slab/Makefile
- libhurd-ihash/Makefile
doc/Makefile])
AC_OUTPUT