summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2009-07-16 14:18:41 +0000
committerDamien Doligez <damien.doligez-inria.fr>2009-07-16 14:18:41 +0000
commit591d89e773efe451f509ecd059cba49c15f2cae2 (patch)
tree15186e746e2e70f9c461d70ed12decb1715772cc
parenta5aa0b7e3772645aa586b2b4db0eb9cc7f3e4e32 (diff)
downloadocaml-591d89e773efe451f509ecd059cba49c15f2cae2.tar.gz
resolve name clash with ossp-str
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9318 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--otherlibs/str/Makefile1
-rw-r--r--otherlibs/str/Makefile.nt1
2 files changed, 2 insertions, 0 deletions
diff --git a/otherlibs/str/Makefile b/otherlibs/str/Makefile
index 049640c4d8..bbb5107763 100644
--- a/otherlibs/str/Makefile
+++ b/otherlibs/str/Makefile
@@ -18,6 +18,7 @@
LIBNAME=str
COBJS=strstubs.$(O)
+CLIBNAME=camlstr
CAMLOBJS=str.cmo
include ../Makefile
diff --git a/otherlibs/str/Makefile.nt b/otherlibs/str/Makefile.nt
index eb026188c5..689f0e62cd 100644
--- a/otherlibs/str/Makefile.nt
+++ b/otherlibs/str/Makefile.nt
@@ -17,6 +17,7 @@
LIBNAME=str
COBJS=strstubs.$(O)
+CLIBNAME=camlstr
CAMLOBJS=str.cmo
include ../Makefile.nt