mirror of https://gitee.com/openkylin/libvirt.git
Cleanup ocaml intermediate binaries
This commit is contained in:
parent
b811851b8d
commit
ad8a5e5daa
|
@ -1,3 +1,7 @@
|
|||
Tue May 26 11:25:30 BST 2009 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* tests/Makefile.am: Add ocaml intermediate files to CLEANFILES
|
||||
|
||||
Mon May 25 13:52:30 CEST 2009 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* src/opennebula/one_conf.[ch] src/opennebula/one_driver.[ch]:
|
||||
|
|
|
@ -264,4 +264,4 @@ else
|
|||
EXTRA_DIST += object-locking.ml
|
||||
endif
|
||||
|
||||
CLEANFILES = *.cov *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda object-locking-files.txt
|
||||
CLEANFILES = *.cov *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda *.cmi *.cmx object-locking-files.txt
|
||||
|
|
Loading…
Reference in New Issue