aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-05-22 17:22:36 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-05-22 17:22:36 +0000
commita5d6f4ba9adc9f5037809a1a57c3d5065a093e70 (patch)
tree1ede4f5ee929a87e1b70b176726f74ca9ad44ed0 /Makefile
parent4a44b2833255f8f2a3927dac2123bbeae4421662 (diff)
un debut de propriétés concernant FMap
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8844 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 4be99a602..013da2242 100644
--- a/Makefile
+++ b/Makefile
@@ -877,7 +877,8 @@ FSETSBASEVO=\
theories/FSets/FSetWeakInterface.vo theories/FSets/FSetWeakList.vo \
theories/FSets/FSetWeakFacts.vo theories/FSets/FSetWeak.vo \
theories/FSets/FMapInterface.vo theories/FSets/FMapList.vo \
- theories/FSets/FMaps.vo \
+ theories/FSets/FMaps.vo theories/FSets/FMapFacts.vo \
+ theories/FSets/FMapWeakFacts.vo \
theories/FSets/FMapWeakInterface.vo theories/FSets/FMapWeakList.vo \
theories/FSets/FMapWeak.vo theories/FSets/FMapPositive.vo \
theories/FSets/FMapIntMap.vo theories/FSets/FSetToFiniteSet.vo \