summaryrefslogtreecommitdiffstats
path: root/ocaml
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-01-26 13:35:38 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-01-26 15:36:11 +0000
commitb1ace6738177481276dce05bf1d2597bb67f2a80 (patch)
treea95ecd2aefc49c5025665bfd8b4b53d26aff781e /ocaml
parentdd25638fc14ea63cf8e8eb0940173f1c6952447f (diff)
downloadlibguestfs-b1ace6738177481276dce05bf1d2597bb67f2a80.tar.gz
libguestfs-b1ace6738177481276dce05bf1d2597bb67f2a80.tar.xz
libguestfs-b1ace6738177481276dce05bf1d2597bb67f2a80.zip
ocaml: Don't install libguestfsocaml.a.
Diffstat (limited to 'ocaml')
-rw-r--r--ocaml/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am
index 2705d85f..f6c9f4e4 100644
--- a/ocaml/Makefile.am
+++ b/ocaml/Makefile.am
@@ -162,6 +162,7 @@ install-data-hook:
-ldconf ignore -destdir $(DESTDIR)$(OCAMLLIB) \
guestfs \
META *.so *.a *.cma *.cmx *.cmxa *.cmi $(srcdir)/*.mli
+ rm $(DESTDIR)$(OCAMLLIB)/guestfs/libguestfsocaml.a
CLEANFILES += $(noinst_DATA)