summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index eb31b88..321579f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
-SUBDIRS = tools html
+SUBDIRS = tools www
EXTRA_DIST = graphics tools
diff --git a/configure.in b/configure.in
index 10fa922..778bf21 100644
--- a/configure.in
+++ b/configure.in
@@ -38,5 +38,5 @@ AC_HEADER_STDC
AC_MSG_RESULT()
-AC_CONFIG_FILES([Makefile tools/Makefile html/Makefile])
+AC_CONFIG_FILES([Makefile tools/Makefile www/Makefile])
AC_OUTPUT