aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorletouzey2003-11-19 22:18:41 +0000
committerletouzey2003-11-19 22:18:41 +0000
commite82c9adcb67b767b14c22b9c50a0ff88672642ef (patch)
treec29a4a59912865e265427b5b613e192053cd834e /Makefile
parenta3958897600963d2529772f43b029f1579524e95 (diff)
ajout de Znumtheory.v dans ZArith
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4952 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bb12a92d16..aa5ac43e85 100644
--- a/Makefile
+++ b/Makefile
@@ -598,7 +598,8 @@ ZARITHVO=\
theories/ZArith/Zpower.vo theories/ZArith/Zcomplements.vo \
theories/ZArith/Zdiv.vo theories/ZArith/Zsqrt.vo \
theories/ZArith/Zwf.vo theories/ZArith/ZArith_base.vo \
- theories/ZArith/Zbool.vo theories/ZArith/Zbinary.vo
+ theories/ZArith/Zbool.vo theories/ZArith/Zbinary.vo \
+ theories/ZArith/Znumtheory.vo
LISTSVO=\
theories/Lists/MonoList.vo theories/Lists/PolyListSyntax.vo \