summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2022-12-06 00:11:33 +0100
committerAndrea Bolognani <abologna@redhat.com>2022-12-06 16:52:10 +0100
commit5e10d69769dee34a167d47cf35a0c2937027d405 (patch)
treed7a519dd7e787e3b9229ed5f5bb3349a074851c8 /examples
parent75952d18740300bb630fb20bfd9d8b49e6cdb767 (diff)
downloadlibvirt-5e10d69769dee34a167d47cf35a0c2937027d405.tar.gz
examples: Sort list
Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/systemtap/meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/systemtap/meson.build b/examples/systemtap/meson.build
index f31187e187..e9874846e6 100644
--- a/examples/systemtap/meson.build
+++ b/examples/systemtap/meson.build
@@ -1,9 +1,9 @@
install_data(
[
- 'rpc-monitor.stp',
- 'qemu-monitor.stp',
- 'lock-debug.stp',
'events.stp',
+ 'lock-debug.stp',
+ 'qemu-monitor.stp',
+ 'rpc-monitor.stp',
],
install_dir: example_dir / 'systemtap',
)