aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar emakarov <emakarov@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-01-23 17:02:29 +0000
committerGravatar emakarov <emakarov@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-01-23 17:02:29 +0000
commite7e537bf26268f9ba00e6de31423c59078a99dd3 (patch)
treefe9fec69e630e1d827de7ebf8c247e849a17c25f /Makefile
parent4a47b3b2b834f57479c133d01317f250b2763bd1 (diff)
Updated Makefile to include ConstructiveEpsilon.v
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9523 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 843a8f640..05a3327f9 100644
--- a/Makefile
+++ b/Makefile
@@ -853,7 +853,8 @@ LOGICVO=\
theories/Logic/RelationalChoice.vo theories/Logic/Diaconescu.vo \
theories/Logic/EqdepFacts.vo theories/Logic/ProofIrrelevanceFacts.vo \
theories/Logic/ClassicalEpsilon.vo theories/Logic/ClassicalUniqueChoice.vo \
- theories/Logic/DecidableType.vo theories/Logic/DecidableTypeEx.vo
+ theories/Logic/DecidableType.vo theories/Logic/DecidableTypeEx.vo \
+ theories/Logic/ConstructiveEpsilon.vo
ARITHVO=\
theories/Arith/Arith.vo theories/Arith/Gt.vo \