diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2002-04-27 04:23:25 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2002-04-27 04:23:25 +0000 |
commit | 3a6bde877c95dbbe239dba5a02fc5a34a275d870 (patch) | |
tree | 8f4e6e0cf7fb26a7c753ea73664c7389ae01dc10 | |
parent | 08641ca968244d1fbc4802e06fa03c2c35b543c2 (diff) |
camlinternalOO
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4755 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | otherlibs/threads/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/threads/Makefile b/otherlibs/threads/Makefile index 8ccbdc146..e08a828a3 100644 --- a/otherlibs/threads/Makefile +++ b/otherlibs/threads/Makefile @@ -36,6 +36,7 @@ LIB_OBJS=pervasives.cmo \ $(LIB)/stream.cmo $(LIB)/buffer.cmo \ $(LIB)/printf.cmo $(LIB)/format.cmo $(LIB)/arg.cmo \ $(LIB)/printexc.cmo $(LIB)/gc.cmo $(LIB)/digest.cmo $(LIB)/random.cmo \ + $(LIB)/camlinternalOO.cmo \ $(LIB)/oo.cmo $(LIB)/genlex.cmo $(LIB)/callback.cmo $(LIB)/weak.cmo \ $(LIB)/lazy.cmo $(LIB)/filename.cmo $(LIB)/int32.cmo $(LIB)/int64.cmo \ $(LIB)/nativeint.cmo \ |