summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-05-17 17:19:27 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-05-17 17:19:27 +0100
commitf408b757b1d75429fae5fa7630a4fc5451844de7 (patch)
treea8651f3669f0b548f321385a91c543f68cd53255
parent305841eeac846b70c76427209f1d2f3a9a1f8fd8 (diff)
downloadhivex-f408b757b1d75429fae5fa7630a4fc5451844de7.tar.gz
hivex-f408b757b1d75429fae5fa7630a4fc5451844de7.tar.xz
hivex-f408b757b1d75429fae5fa7630a4fc5451844de7.zip
ocaml: Set package name when installing native bindings.
This fixes commit b8ad15031cacf910634b4f4f4632232949c4acd2.
-rw-r--r--ocaml/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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