From adcf5dc6aa53c02877e6bc16e211b7062a8ea33c Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 13 Apr 2009 19:15:12 +0100 Subject: [PATCH 1/1] Extra CLEANFILES. --- ocaml/Makefile.am | 2 +- python/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index 0f1c349..fde3853 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -24,7 +24,7 @@ EXTRA_DIST = \ SUBDIRS = examples CLEANFILES = *~ *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so -CLEANFILES += t/*~ t/*.cmi t/*.cmo t/*.o t/*.a t/*.so +CLEANFILES += t/*~ t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so if HAVE_OCAML diff --git a/python/Makefile.am b/python/Makefile.am index b2cf3b3..6438d45 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -20,7 +20,7 @@ EXTRA_DIST = \ guestfs-py.c \ t/*.py -CLEANFILES = *~ +CLEANFILES = *~ t/*~ if HAVE_PYTHON -- 1.8.3.1