aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-05-15 20:20:12 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-05-15 20:20:12 +0000
commit2d98024ef4cde09c506902e0ed0a33134ba9be7a (patch)
treed66b006b6a3a3a6e2ac430350ba670b29432e43a /Makefile
parent90a728c6868650281d3a1208e967e47d389418eb (diff)
ajout de theories/FSets/DecidableTypeEx.v
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8821 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 9c2a02e61..18f7b0a0c 100644
--- a/Makefile
+++ b/Makefile
@@ -866,7 +866,8 @@ SETSVO=\
theories/Sets/Partial_Order.vo theories/Sets/Uniset.vo
FSETSBASEVO=\
- theories/FSets/DecidableType.vo theories/FSets/OrderedType.vo \
+ theories/FSets/DecidableType.vo theories/FSets/DecidableTypeEx.vo \
+ theories/FSets/OrderedType.vo \
theories/FSets/OrderedTypeEx.vo theories/FSets/OrderedTypeAlt.vo \
theories/FSets/FSetInterface.vo theories/FSets/FSetList.vo \
theories/FSets/FSetBridge.vo theories/FSets/FSetFacts.vo \