From c24dd839b1e05b25dc4ca5583be94aed01de2447 Mon Sep 17 00:00:00 2001 From: desmettr Date: Fri, 30 Nov 2001 16:42:37 +0000 Subject: *** empty log message *** git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2258 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile | 3 ++- theories/Reals/Reals.v | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d53586281..9270eb7aa4 100644 --- a/Makefile +++ b/Makefile @@ -449,7 +449,8 @@ REALSVO=theories/Reals/TypeSyntax.vo \ theories/Reals/SplitRmult.vo theories/Reals/Rfunctions.vo \ theories/Reals/Rlimit.vo theories/Reals/Rderiv.vo \ theories/Reals/Rseries.vo theories/Reals/Rtrigo_fun.vo \ - theories/Reals/R_sqr.vo theories/Reals/Reals.vo + theories/Reals/R_sqr.vo theories/Reals/Rsigma.vo \ + theories/Reals/Reals.vo SETOIDSVO=theories/Setoids/Setoid.vo diff --git a/theories/Reals/Reals.v b/theories/Reals/Reals.v index 473930c765..15b4fb2db4 100644 --- a/theories/Reals/Reals.v +++ b/theories/Reals/Reals.v @@ -15,6 +15,7 @@ Require Export Rbase. Require Export R_Ifp. Require Export Rbasic_fun. Require Export R_sqr. +Require Export Rsigma. Require Export Rlimit. Require Export Rfunctions. Require Export Rderiv. -- cgit v1.2.3