From a332e23dde6f3c0405a6df638184053174cd7fc0 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 7 Oct 2015 14:15:05 +0100 Subject: [PATCH] ocaml/examples: Remove all programs in 'make clean'. Previously the debug_logging program was not being deleted. --- ocaml/examples/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ocaml/examples/Makefile.am b/ocaml/examples/Makefile.am index fcd8bca66..512fd1216 100644 --- a/ocaml/examples/Makefile.am +++ b/ocaml/examples/Makefile.am @@ -25,7 +25,8 @@ EXTRA_DIST = \ guestfs-ocaml.pod CLEANFILES = \ - *.cmi *.cmo *.cmx *.o create_disk inspect_vm \ + $(noinst_SCRIPTS) \ + *.cmi *.cmo *.cmx *.o \ stamp-guestfs-ocaml.pod man_MANS = guestfs-ocaml.3