summaryrefslogtreecommitdiffstats
path: root/otherlibs
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2000-08-21 13:06:54 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2000-08-21 13:06:54 +0000
commit5cca785d1d2e249876ffe8a153225a821e22f804 (patch)
tree4b9792b1f37da418f704aeb55c166eca02e53f04 /otherlibs
parent2dfaaa4903b9a77c237da4accac81ac817efe271 (diff)
Installer bigarray.h
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3276 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs')
-rw-r--r--otherlibs/bigarray/Makefile.nt1
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/bigarray/Makefile.nt b/otherlibs/bigarray/Makefile.nt
index 003b90561..c3f6970f9 100644
--- a/otherlibs/bigarray/Makefile.nt
+++ b/otherlibs/bigarray/Makefile.nt
@@ -41,6 +41,7 @@ bigarray.cmxa: $(CAML_OBJS:.cmo=.cmx)
install:
cp bigarray.cmi bigarray.mli libbigarray.lib bigarray.cma $(LIBDIR)
+ cp bigarray.h $(LIBDIR)/caml/bigarray.h
installopt:
cp bigarray.lib $(CAML_OBJS:.cmo=.cmx) bigarray.cmxa $(LIBDIR)