aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authormsozeau2008-01-04 15:06:59 +0000
committermsozeau2008-01-04 15:06:59 +0000
commita62c7d7ebd7c650710c8a48eec8dab6b7f18f26e (patch)
treecbddbccbcc1a7ba14feac5c9318e78d63300c420 /Makefile.common
parent8f3627741f9d4624851abc7de1f3bda28b7acf9a (diff)
Add partial setoids in theories/Classes, add SetoidDec class for setoids with a decidable equality. Fix name capture bug, again.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10419 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index a8801f3df0..919e9243e8 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -706,7 +706,8 @@ SETOIDSVO:= theories/Setoids/Setoid_tac.vo theories/Setoids/Setoid_Prop.vo theor
UNICODEVO:= theories/Unicode/Utf8.vo
-CLASSESVO:= theories/Classes/Init.vo theories/Classes/SetoidClass.vo theories/Classes/SetoidTactics.v
+CLASSESVO:= theories/Classes/Init.vo theories/Classes/SetoidClass.vo theories/Classes/SetoidTactics.v \
+ theories/Classes/SetoidDec.v
THEORIESVO:=\
$(INITVO) $(LOGICVO) $(ARITHVO) $(BOOLVO) $(NARITHVO) $(ZARITHVO) \