summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-11-11 23:23:48 +0100
committerHaru <haru@dotalux.com>2018-11-11 23:23:48 +0100
commitc9894956cbd029b31b3ad833804a4e59018eb015 (patch)
tree7aa671ebb6ef9d9d28412c677c6e140ce43cd172 /configure.ac
parent26efcebad2f3d316013cc1458925cd0ca70cb347 (diff)
downloadhercules-c9894956cbd029b31b3ad833804a4e59018eb015.tar.gz
hercules-c9894956cbd029b31b3ad833804a4e59018eb015.tar.bz2
hercules-c9894956cbd029b31b3ad833804a4e59018eb015.tar.xz
hercules-c9894956cbd029b31b3ad833804a4e59018eb015.zip
Remove the unused src/tool directory
The directory has been unused since the mapcache generator was converted to a plugin. Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2aad9d7e7..9e88b618b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_CONFIG_SRCDIR([src/common/cbasetypes.h])
AC_CONFIG_FILES([Makefile src/common/Makefile])
AC_CONFIG_FILES([3rdparty/mt19937ar/Makefile 3rdparty/libconfig/Makefile])
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/map/Makefile src/plugins/Makefile])
AC_CONFIG_FILES([src/test/Makefile])
AC_CONFIG_FILES([tools/HPMHookGen/Makefile])
AC_CONFIG_FILES([tools/doxygen/Makefile])