aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorletouzey2006-06-25 22:17:49 +0000
committerletouzey2006-06-25 22:17:49 +0000
commit776c325e9599cfe88e498df444aabc9aef75d465 (patch)
tree434988d935eaab866d15211ca5c529e4ffa21240 /Makefile
parent46ad1d27adae081e07b9d463fafd88c33dc01bb7 (diff)
nouvel algorithme pour Zgcd (plus rapide) + un Qcompare
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8989 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0d8c0745ac..ac37c8685e 100644
--- a/Makefile
+++ b/Makefile
@@ -874,7 +874,7 @@ ZARITHVO=\
QARITHVO=\
theories/QArith/QArith_base.vo theories/QArith/Qreduction.vo \
theories/QArith/Qring.vo theories/QArith/Qreals.vo \
- theories/QArith/QArith.vo
+ theories/QArith/QArith.vo theories/QArith/Qcanon.vo
LISTSVO=\
theories/Lists/MonoList.vo \