ocaml: Set package name when installing native bindings.
[hivex.git] / 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