diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-12-08 15:01:19 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-12-08 15:01:19 +0000 |
commit | c046b33aa98537a157becad80dafd1ebf4e01534 (patch) | |
tree | 37c848f8ff6749ba77f77ce188af2e6915e90328 /theories/theories.itarget | |
parent | b92217497f9642c17191b6212f5977ce43c992e3 (diff) |
Fix the build of coq via ocamlbuild
- no more plugins/interface
- a few missing files in theories.itarget
- a few things required Unix now
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12572 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/theories.itarget')
-rw-r--r-- | theories/theories.itarget | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/theories.itarget b/theories/theories.itarget index 019047ef5..99b059f51 100644 --- a/theories/theories.itarget +++ b/theories/theories.itarget @@ -42,6 +42,7 @@ Classes/SetoidAxioms.vo Classes/SetoidClass.vo Classes/SetoidDec.vo Classes/SetoidTactics.vo +Classes/RelationPairs.vo FSets/FMapAVL.vo FSets/FMapFacts.vo @@ -89,6 +90,7 @@ Structures/DecidableType2.vo Structures/DecidableType2Ex.vo Structures/DecidableType2Facts.vo Structures/OrderTac.vo +Structures/GenericMinMax.vo Init/Datatypes.vo Init/Logic_Type.vo |