libvirt/examples/python/Makefile.am
Matthias Bolte 5469686bfd Add a Python example that lists active ESX domains
It also demonstrates how to use the libvirt.openAuth() method.

* examples/python/Makefile.am: add esxlist.py to EXTRA_DIST
* examples/python/README: add some notes about esxlist.py
* examples/python/esxlist.py: the new example
2009-11-08 01:03:24 +01:00

4 lines
94 B
Makefile

EXTRA_DIST= \
README \
dominfo.py domrestore.py domsave.py domstart.py esxlist.py