diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-05-15 20:20:12 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-05-15 20:20:12 +0000 |
commit | 2d98024ef4cde09c506902e0ed0a33134ba9be7a (patch) | |
tree | d66b006b6a3a3a6e2ac430350ba670b29432e43a /Makefile | |
parent | 90a728c6868650281d3a1208e967e47d389418eb (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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |