diff options
author | Stef Walter <stef@memberwebs.com> | 2006-08-30 21:18:01 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-08-30 21:18:01 +0000 |
commit | 96e3074f9de2b0c7ba8b0b11edfa42ffd2803037 (patch) | |
tree | c7b5addc5b6f0b14fe028b54fae6384e1cd1f2a6 /configure.in | |
parent | e228b6ac441b5a9ceff398d874ba7b4a118c819b (diff) |
Reorganize things, and build and install them properly
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 391e676..10fa922 100644 --- a/configure.in +++ b/configure.in @@ -38,5 +38,5 @@ AC_HEADER_STDC AC_MSG_RESULT() -AC_CONFIG_FILES([Makefile tools/Makefile]) +AC_CONFIG_FILES([Makefile tools/Makefile html/Makefile]) AC_OUTPUT |