aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index cefdfd4e19..4ca7e2e45b 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -543,7 +543,7 @@ LOGICVO:=$(addprefix theories/Logic/, \
EqdepFacts.vo ProofIrrelevanceFacts.vo ClassicalEpsilon.vo \
ClassicalUniqueChoice.vo DecidableType.vo DecidableTypeEx.vo \
Epsilon.vo ConstructiveEpsilon.vo Description.vo \
- IndefiniteDescription.vo SetIsType.vo )
+ IndefiniteDescription.vo SetIsType.vo FunctionalExtensionality.vo )
ARITHVO:=$(addprefix theories/Arith/, \
Arith.vo Gt.vo Between.vo Le.vo \
@@ -740,8 +740,7 @@ CLASSESVO:=$(addprefix theories/Classes/, \
PROGRAMVO:=$(addprefix theories/Program/, \
Tactics.vo Equality.vo Subset.vo Utils.vo \
- Wf.vo Basics.vo FunctionalExtensionality.vo \
- Combinators.vo Syntax.vo Program.vo )
+ Wf.vo Basics.vo Combinators.vo Syntax.vo Program.vo )
THEORIESVO:=\
$(INITVO) $(LOGICVO) $(ARITHVO) $(BOOLVO) $(NARITHVO) $(ZARITHVO) \