summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-08-17 23:18:00 +0000
committerStef Walter <stef@memberwebs.com>2004-08-17 23:18:00 +0000
commit8a78d61361180445eb316f8738751cc6d845799b (patch)
tree3b0380c6ce971712c6f11861bf4d02d70b366168 /configure.in
parent6df85597413840846409f7434941ed0f10ec4a38 (diff)
Initial implementation of mkha1
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ebe14cd..87b485c 100644
--- a/configure.in
+++ b/configure.in
@@ -170,5 +170,5 @@ if test -n "$enable_ntlm"; then
AC_DEFINE_UNQUOTED(WITH_NTLM, 1, [With NTLM Support] )
fi
-AC_CONFIG_FILES([Makefile daemon/Makefile doc/Makefile])
+AC_CONFIG_FILES([Makefile daemon/Makefile doc/Makefile tools/Makefile])
AC_OUTPUT