summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-03-17 17:27:28 +0000
committerStef Walter <stef@memberwebs.com>2006-03-17 17:27:28 +0000
commit0fe9ee8d6a212e5b676f327b727c9d404edc7781 (patch)
tree04d82f477cb92f86db1d38f8e92c4597091ca2c0 /configure.in
parent30702442c8a4b0ce65a7ce05166004de6325911d (diff)
Move src/ to module/ subdir
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 fbaa423..60fb871 100644
--- a/configure.in
+++ b/configure.in
@@ -52,5 +52,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 src/Makefile])
+AC_CONFIG_FILES([Makefile module/Makefile])
AC_OUTPUT