From 9f8e9dcc703759ff1f7413ebf75b90ca20e3acb4 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 26 Jan 2012 13:48:59 +0000 Subject: ocaml: Don't install bindtests.*. --- ocaml/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'ocaml/Makefile.am') 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) -- cgit