Statistics
| Branch: | Tag: | Revision:

root / lib / hypervisor / Makefile.am @ a2d32034

History | View | Annotate | Download (207 Bytes)

1
CLEANFILES = *.py[oc]
2

    
3
hypervisordir = $(pkgpythondir)/hypervisor
4
hypervisor_PYTHON = __init__.py hv_base.py hv_fake.py hv_xen.py
5
python_files = $(hypervisor_PYTHON)
6

    
7
include $(srcdir)/../Makefile.libcommon