summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-11-13 16:13:28 +0100
committerGitHub <noreply@github.com>2018-11-13 16:13:28 +0100
commit4991ce6ef03ce95f29c138421c011574e67d75e3 (patch)
treec75948f6829a9bb5686d57eb7eacf776aa3da0c6 /configure.ac
parentcccaf912f3d3e7fb9a260c9baf2b91683b1ba0de (diff)
parentec2f7f8c40bca8ecef4a8269e87b12d0885d10bb (diff)
downloadhercules-4991ce6ef03ce95f29c138421c011574e67d75e3.tar.gz
hercules-4991ce6ef03ce95f29c138421c011574e67d75e3.tar.bz2
hercules-4991ce6ef03ce95f29c138421c011574e67d75e3.tar.xz
hercules-4991ce6ef03ce95f29c138421c011574e67d75e3.zip
Merge pull request #2319 from MishimaHaruna/remove-minicore
Remove minicore
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])