summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-10-01 19:57:15 +0200
committerHaru <haru@dotalux.com>2016-10-02 17:26:07 +0200
commitfad2325ed62ed8a3f7c09635415f096b680d34f9 (patch)
treec8cdfbc14b6472f8eaa59540ffc1cfec62c4a97a /configure.ac
parentd235a0ef5897aa0a145a79a4d41eed7257c246b7 (diff)
downloadhercules-fad2325ed62ed8a3f7c09635415f096b680d34f9.tar.gz
hercules-fad2325ed62ed8a3f7c09635415f096b680d34f9.tar.bz2
hercules-fad2325ed62ed8a3f7c09635415f096b680d34f9.tar.xz
hercules-fad2325ed62ed8a3f7c09635415f096b680d34f9.zip
Added Doxygen configuration (use 'make docs' to generate)
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e88834722..6cad8146c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,7 @@ AC_CONFIG_FILES([src/char/Makefile src/login/Makefile])
AC_CONFIG_FILES([src/map/Makefile src/plugins/Makefile src/tool/Makefile])
AC_CONFIG_FILES([src/test/Makefile])
AC_CONFIG_FILES([tools/HPMHookGen/Makefile])
+AC_CONFIG_FILES([tools/doxygen/Makefile])
dnl AC_USE_SYSTEM_EXTENSIONS requires autoconf 2.60 or newer. Fall back to AC_GNU_SOURCE otherwise.
m4_ifdef([AC_USE_SYSTEM_EXTENSIONS],