diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-01-26 13:35:38 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-01-26 15:36:11 +0000 |
commit | b1ace6738177481276dce05bf1d2597bb67f2a80 (patch) | |
tree | a95ecd2aefc49c5025665bfd8b4b53d26aff781e | |
parent | dd25638fc14ea63cf8e8eb0940173f1c6952447f (diff) | |
download | libguestfs-b1ace6738177481276dce05bf1d2597bb67f2a80.tar.gz libguestfs-b1ace6738177481276dce05bf1d2597bb67f2a80.tar.xz libguestfs-b1ace6738177481276dce05bf1d2597bb67f2a80.zip |
ocaml: Don't install libguestfsocaml.a.
-rw-r--r-- | ocaml/Makefile.am | 1 |
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) |