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-26 15:36:11 +0000 |
commit | 9f8e9dcc703759ff1f7413ebf75b90ca20e3acb4 (patch) | |
tree | 0fd60bc6c80e47becb57dd1889019da21cb0402e | |
parent | b1ace6738177481276dce05bf1d2597bb67f2a80 (diff) | |
download | libguestfs-9f8e9dcc703759ff1f7413ebf75b90ca20e3acb4.tar.gz libguestfs-9f8e9dcc703759ff1f7413ebf75b90ca20e3acb4.tar.xz libguestfs-9f8e9dcc703759ff1f7413ebf75b90ca20e3acb4.zip |
ocaml: Don't install bindtests.*.
-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) |