Revision a2d32034 lib/hypervisor/Makefile.am

b/lib/hypervisor/Makefile.am
1 1
CLEANFILES = *.py[oc]
2 2

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

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

Also available in: Unified diff