diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-01-26 13:48:59 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-01-29 11:14:20 +0000 |
commit | 3251ef11095ccd37f97b58d3b067415629d6ffb0 (patch) | |
tree | 4aeeed23c2e44822cc71fb7cf96dbcd5a8a936a0 /ocaml/Makefile.am | |
parent | 43ea9928eda3319e2e4e10ed1c7c3b97f9d55f79 (diff) | |
download | libguestfs-3251ef11095ccd37f97b58d3b067415629d6ffb0.tar.gz libguestfs-3251ef11095ccd37f97b58d3b067415629d6ffb0.tar.xz libguestfs-3251ef11095ccd37f97b58d3b067415629d6ffb0.zip |
ocaml: Don't install bindtests.*.
(cherry picked from commit 9f8e9dcc703759ff1f7413ebf75b90ca20e3acb4)
Diffstat (limited to 'ocaml/Makefile.am')
-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 f6c9f4e4..a5ee6fe9 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/bindtests.* rm $(DESTDIR)$(OCAMLLIB)/guestfs/libguestfsocaml.a CLEANFILES += $(noinst_DATA) |