aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordesmettr2002-10-02 15:30:19 +0000
committerdesmettr2002-10-02 15:30:19 +0000
commit4ff816b88a3580f4006e02e3262d02389c70f0bc (patch)
tree2c2db99afe6bb036fab0ee124691010e3be604c7
parent1f0e486e52a7de065bb8ee7546ff3fbca0b8cc1d (diff)
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3068 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--Makefile2
-rw-r--r--theories/Reals/Reals.v1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f789d1727..32b8315963 100644
--- a/Makefile
+++ b/Makefile
@@ -541,7 +541,7 @@ REALSVO=theories/Reals/TypeSyntax.vo \
theories/Reals/Ranalysis2.vo theories/Reals/Ranalysis3.vo \
theories/Reals/Sqrt_reg.vo theories/Reals/Ranalysis4.vo \
theories/Reals/Ranalysis.vo theories/Reals/Rgeom.vo \
- theories/Reals/Reals.vo
+ theories/Reals/Rpower.vo theories/Reals/Reals.vo
SETOIDSVO=theories/Setoids/Setoid.vo
diff --git a/theories/Reals/Reals.v b/theories/Reals/Reals.v
index 6ac3a2ab93..41b6e02661 100644
--- a/theories/Reals/Reals.v
+++ b/theories/Reals/Reals.v
@@ -22,6 +22,7 @@ Require Export Rfunctions.
Require Export Rtrigo.
Require Export Rtrigo_calc.
Require Export Rgeom.
+Require Export Rpower.
Require Export Rderiv.
Require Export Rseries.
Require Export Binome.