aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 0ca4c98ba..c0e81c8ee 100755
--- a/configure
+++ b/configure
@@ -461,6 +461,9 @@ echo_e "\nlet theories_dirs = [" >> $mlconfig_file
subdirs theories
echo_e "]\n" >> $mlconfig_file
+echo_e "\nlet tactics_dirs = [" >> $mlconfig_file
+subdirs contrib
+echo_e "]\n" >> $mlconfig_file
if test $ARCH = "win32" ; then
# We change: / -> \\ and \ -> \\ (dos paths)