X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.in;h=ad5a0366b89bf84fd1e1934858b6fe20493c1911;hb=b8244af196b3760db71a75ab657f61420f204e12;hp=3b8b7ecaca67dbd1a1cf01db357f53695a949f7a;hpb=658970236caa31bbef44562c521d55b9a4689f4d;p=ocaml-libvirt.git diff --git a/Makefile.in b/Makefile.in index 3b8b7ec..ad5a036 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,10 +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