Don't hard-code Storage API errors, in case building with older libvirt.
[virt-top.git] / Makefile.in
index 8d53710..52776e0 100644 (file)
@@ -35,9 +35,10 @@ all opt depend install:
 
 clean:
        for d in . $(SUBDIRS); do \
-         (cd $$d; rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so *.opt *~ *.dll core); \
+         (cd $$d; rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so *.opt *~ *.dll *.exe core); \
        done
        rm -f examples/list_domains
+       rm -f examples/node_info
        rm -f mlvirsh/mlvirsh
        rm -f virt-ctrl/virt-ctrl
        rm -f virt-top/virt-top