diff options
author | Haru <haru@dotalux.com> | 2018-11-13 16:13:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-13 16:13:28 +0100 |
commit | 4991ce6ef03ce95f29c138421c011574e67d75e3 (patch) | |
tree | c75948f6829a9bb5686d57eb7eacf776aa3da0c6 /configure | |
parent | cccaf912f3d3e7fb9a260c9baf2b91683b1ba0de (diff) | |
parent | ec2f7f8c40bca8ecef4a8269e87b12d0885d10bb (diff) | |
download | hercules-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')
-rwxr-xr-x | configure | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac 150dff284. +# From configure.ac 26efcebad. # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69. # @@ -2199,7 +2199,7 @@ ac_config_files="$ac_config_files 3rdparty/mt19937ar/Makefile 3rdparty/libconfig ac_config_files="$ac_config_files src/char/Makefile src/login/Makefile" -ac_config_files="$ac_config_files src/map/Makefile src/plugins/Makefile src/tool/Makefile" +ac_config_files="$ac_config_files src/map/Makefile src/plugins/Makefile" ac_config_files="$ac_config_files src/test/Makefile" @@ -10486,7 +10486,6 @@ do "src/login/Makefile") CONFIG_FILES="$CONFIG_FILES src/login/Makefile" ;; "src/map/Makefile") CONFIG_FILES="$CONFIG_FILES src/map/Makefile" ;; "src/plugins/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/Makefile" ;; - "src/tool/Makefile") CONFIG_FILES="$CONFIG_FILES src/tool/Makefile" ;; "src/test/Makefile") CONFIG_FILES="$CONFIG_FILES src/test/Makefile" ;; "tools/HPMHookGen/Makefile") CONFIG_FILES="$CONFIG_FILES tools/HPMHookGen/Makefile" ;; "tools/doxygen/Makefile") CONFIG_FILES="$CONFIG_FILES tools/doxygen/Makefile" ;; |