aboutsummaryrefslogtreecommitdiffstats
path: root/src/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure.sh')
-rwxr-xr-xsrc/configure.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/configure.sh b/src/configure.sh
index 6e044a8..a9d124b 100755
--- a/src/configure.sh
+++ b/src/configure.sh
@@ -8,7 +8,8 @@ if [ $@ -a $@ = -native ]; then
cp versions/native/Structures_native.v versions/native/Structures.v
else
cp versions/standard/Makefile Makefile
- cp versions/standard/smtcoq_plugin_standard.ml4 smtcoq_plugin.ml4
+ cp versions/standard/g_smtcoq_standard.ml4 g_smtcoq.ml4
+ cp versions/standard/smtcoq_plugin_standard.mlpack smtcoq_plugin.mlpack
cp versions/standard/Int63/Int63_standard.v versions/standard/Int63/Int63.v
cp versions/standard/Int63/Int63Native_standard.v versions/standard/Int63/Int63Native.v
cp versions/standard/Int63/Int63Op_standard.v versions/standard/Int63/Int63Op.v