ocaml: Set package name when installing native bindings.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 17 May 2011 16:19:27 +0000 (17:19 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 17 May 2011 16:19:27 +0000 (17:19 +0100)
This fixes commit b8ad15031cacf910634b4f4f4632232949c4acd2.

ocaml/Makefile.am

index b97fe37..58fa8e3 100644 (file)
@@ -98,6 +98,7 @@ install-data-hook:
 if HAVE_OCAMLOPT
        $(OCAMLFIND) install \
          -ldconf ignore -destdir $(DESTDIR)$(OCAMLLIB) \
+         hivex \
          *.cmx *.cmxa
 endif