aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 735b24f88..18ebe16a6 100644
--- a/Makefile
+++ b/Makefile
@@ -416,9 +416,10 @@ REALSVO=theories/Reals/TypeSyntax.vo \
theories/Reals/Raxioms.vo theories/Reals/Rbase.vo \
theories/Reals/DiscrR.vo theories/Reals/R_Ifp.vo \
theories/Reals/Rbasic_fun.vo theories/Reals/SplitAbsolu.vo \
- theories/Reals/SplitRmult.vo \
- theories/Reals/Rfunctions.vo theories/Reals/Rlimit.vo \
- theories/Reals/Rderiv.vo theories/Reals/Reals.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/Reals.vo
THEORIESVO = $(LOGICVO) $(ARITHVO) $(BOOLVO) $(ZARITHVO) $(LISTSVO) \
$(SETSVO) $(INTMAPVO) $(RELATIONSVO) $(WELLFOUNDEDVO) $(REALSVO)