summaryrefslogtreecommitdiffstats
path: root/ocaml
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-13 19:15:12 +0100
committerRichard Jones <rjones@redhat.com>2009-04-13 19:15:12 +0100
commitadcf5dc6aa53c02877e6bc16e211b7062a8ea33c (patch)
tree193ca0345aff91fc421027122308a3ada666b529 /ocaml
parent70c2ffc39677a9f5eb6b2230cb9ca2606b2fd966 (diff)
downloadlibguestfs-adcf5dc6aa53c02877e6bc16e211b7062a8ea33c.tar.gz
libguestfs-adcf5dc6aa53c02877e6bc16e211b7062a8ea33c.tar.xz
libguestfs-adcf5dc6aa53c02877e6bc16e211b7062a8ea33c.zip
Extra CLEANFILES.
Diffstat (limited to 'ocaml')
-rw-r--r--ocaml/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am
index 0f1c3496..fde3853d 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