aboutsummaryrefslogtreecommitdiffstats
path: root/src/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure.sh')
-rwxr-xr-xsrc/configure.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/configure.sh b/src/configure.sh
index 52f21b3..cc2a1ca 100755
--- a/src/configure.sh
+++ b/src/configure.sh
@@ -21,7 +21,9 @@ if [ $@ -a $@ = -native ]; then
cp ${pre}versions/native/smtcoq_plugin_native.ml4 ${pre}smtcoq_plugin.ml4
cp ${pre}versions/native/Structures_native.v ${pre}versions/native/Structures.v
else
+ cp ${pre}versions/standard/Make ${pre}Make
cp ${pre}versions/standard/Makefile ${pre}Makefile
+ cp ${pre}versions/standard/Makefile.conf ${pre}Makefile.conf
cp ${pre}versions/standard/g_smtcoq_standard.ml4 ${pre}g_smtcoq.ml4
cp ${pre}versions/standard/smtcoq_plugin_standard.mlpack ${pre}smtcoq_plugin.mlpack
cp ${pre}versions/standard/Int63/Int63_standard.v ${pre}versions/standard/Int63/Int63.v