aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar gareuselesinge <gareuselesinge@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-08-20 13:02:33 +0000
committerGravatar gareuselesinge <gareuselesinge@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-08-20 13:02:33 +0000
commitf0593c0d9d95eee6a3f64331a0e67b2aac29ea20 (patch)
tree3ac650f53f2916c26c3881c18c32633c85ee887a
parenta928ebd8fe429c9208586b7ca21e9f75a6c77dd7 (diff)
Fix compilation of coqcheck
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16716 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--Makefile.build2
-rw-r--r--checker/check.mllib1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build
index d0007f618..8100cab72 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -125,7 +125,7 @@ endif
PR_O := $(if $(READABLE_ML4),pr_o.cmo,pr_dump.cmo) # works also with new camlp4
-SYSMOD:=str unix dynlink
+SYSMOD:=str unix dynlink threads
SYSCMA:=$(addsuffix .cma,$(SYSMOD))
SYSCMXA:=$(addsuffix .cmxa,$(SYSMOD))
diff --git a/checker/check.mllib b/checker/check.mllib
index 24479fb8a..2b66edcb1 100644
--- a/checker/check.mllib
+++ b/checker/check.mllib
@@ -24,6 +24,7 @@ Util
Future
CUnix
System
+RemoteCounter
Envars
Predicate
Rtree