summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2002-07-08 07:30:08 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2002-07-08 07:30:08 +0000
commit05c20a740d2bddbeae625de0b6b21764c5fc306f (patch)
treea2da89e2eda929cb2746e234ab870b20cf6684ac
parent40b7f8f848e740f005b82a9bf7207da899656cbe (diff)
add MoreLabels
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4983 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--otherlibs/threads/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/threads/Makefile b/otherlibs/threads/Makefile
index 3fe57f303..1bbc626ad 100644
--- a/otherlibs/threads/Makefile
+++ b/otherlibs/threads/Makefile
@@ -42,7 +42,7 @@ LIB_OBJS=pervasives.cmo \
$(LIB)/lazy.cmo $(LIB)/filename.cmo $(LIB)/int32.cmo $(LIB)/int64.cmo \
$(LIB)/nativeint.cmo \
$(LIB)/arrayLabels.cmo $(LIB)/listLabels.cmo $(LIB)/stringLabels.cmo \
- $(LIB)/stdLabels.cmo
+ $(LIB)/stdLabels.cmo $(LIB)/moreLabels.cmo
UNIXLIB=../unix