From: Richard W.M. Jones Date: Tue, 17 May 2011 16:19:27 +0000 (+0100) Subject: ocaml: Set package name when installing native bindings. X-Git-Tag: 1.2.8~22 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=f408b757b1d75429fae5fa7630a4fc5451844de7;p=hivex.git ocaml: Set package name when installing native bindings. This fixes commit b8ad15031cacf910634b4f4f4632232949c4acd2. --- diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index b97fe37..58fa8e3 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -98,6 +98,7 @@ install-data-hook: if HAVE_OCAMLOPT $(OCAMLFIND) install \ -ldconf ignore -destdir $(DESTDIR)$(OCAMLLIB) \ + hivex \ *.cmx *.cmxa endif