mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
10 lines
154 B
Meson
10 lines
154 B
Meson
|
install_data(
|
||
|
[
|
||
|
'rpc-monitor.stp',
|
||
|
'qemu-monitor.stp',
|
||
|
'lock-debug.stp',
|
||
|
'events.stp',
|
||
|
],
|
||
|
install_dir: example_dir / 'systemtap',
|
||
|
)
|