diff options
author | Stef Walter <stef@memberwebs.com> | 2006-05-10 21:55:16 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-05-10 21:55:16 +0000 |
commit | f9e890e07ed63a9bd14e36c74525f462ad7da015 (patch) | |
tree | cb092f498e60163f0cdb6faba4785895955b6251 /configure.in | |
parent | 8b041b40ac8567899c2b3c556705a837ca8b52cb (diff) |
Add proper licensing
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5cbd584..d4f51ca 100644 --- a/configure.in +++ b/configure.in @@ -201,5 +201,6 @@ AC_CONFIG_FILES([Makefile doc/Makefile tools/Makefile apache1x/Makefile - apache2x/Makefile]) + apache2x/Makefile + java/Makefile]) AC_OUTPUT |