libvirt/examples/systemtap/meson.build
Andrea Bolognani 5e10d69769 examples: Sort list
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2022-12-06 16:52:10 +01:00

10 lines
154 B
Meson

install_data(
[
'events.stp',
'lock-debug.stp',
'qemu-monitor.stp',
'rpc-monitor.stp',
],
install_dir: example_dir / 'systemtap',
)