X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;h=ad5a0366b89bf84fd1e1934858b6fe20493c1911;hb=950d36a2ff1389d389ba28f322d9ba9a6551ab34;hp=99bc82b21902a5cdc60f344faf3b4eb96da6655e;hpb=c96c3a119b44d3321dddc5e189dcba991aaff677;p=ocaml-libvirt.git diff --git a/Makefile.in b/Makefile.in index 99bc82b..ad5a036 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,9 +37,12 @@ clean: for d in . $(SUBDIRS); do \ (cd $$d; rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so *.opt *~ *.dll *.exe core); \ done + rm -f libvirt/libvirt_c.c rm -f examples/list_domains rm -f examples/node_info rm -f examples/get_cpu_stats + rm -f examples/domain_events + rm -f examples/get_all_domain_stats distclean: clean rm -f config.h config.log config.status configure @@ -97,7 +100,7 @@ dist: ChangeLog ls -l $(PACKAGE)-$(VERSION).tar.gz check-manifest: - hg manifest | sort > .check-manifest; \ + git ls-files | sort > .check-manifest; \ sort MANIFEST > .orig-manifest; \ diff -u .orig-manifest .check-manifest; rv=$$?; \ rm -f .orig-manifest .check-manifest; \