summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-04-07 15:46:19 +0000
committerStef Walter <stef@memberwebs.com>2006-04-07 15:46:19 +0000
commit16e340c9e9bc9a2dab903349da4325da985e13db (patch)
tree9092460a81c718c1a86955e1bc017008a9403d18 /configure.in
parent6f3317f40e457286de194b0aeaf98f3099a842b5 (diff)
Added documentation, licenses etc...
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 eae4aaa..ca506bd 100644
--- a/configure.in
+++ b/configure.in
@@ -36,5 +36,5 @@ AC_FUNC_MALLOC
AC_FUNC_MEMCMP
dnl TODO AC_CHECK_FUNCS([atexit inet_ntoa inet_pton memset strerror strspn strtol])
-AC_CONFIG_FILES([Makefile module/Makefile])
+AC_CONFIG_FILES([Makefile module/Makefile doc/Makefile])
AC_OUTPUT