Add a simple example to show how to receive event callbacks
[ocaml-libvirt.git] / Makefile.in
index 1564c08..3b8b7ec 100644 (file)
@@ -39,6 +39,8 @@ clean:
        done
        rm -f examples/list_domains
        rm -f examples/node_info
+       rm -f examples/get_cpu_stats
+       rm -f examples/domain_events
 
 distclean: clean
        rm -f config.h config.log config.status configure
@@ -96,7 +98,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; \