mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-18 06:03:58 +03:00
3247dab74c
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
18 lines
316 B
Meson
18 lines
316 B
Meson
virtmanager_lib_sources = files(
|
|
'__init__.py',
|
|
'connectauth.py',
|
|
'graphwidgets.py',
|
|
'inspection.py',
|
|
'keyring.py',
|
|
'libvirtenummap.py',
|
|
'module_trace.py',
|
|
'statsmanager.py',
|
|
'testmock.py',
|
|
'uiutil.py',
|
|
)
|
|
|
|
install_data(
|
|
virtmanager_lib_sources,
|
|
install_dir: pkgdir / 'virtManager' / 'lib',
|
|
)
|