diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2020-08-26 17:06:18 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-09-01 01:51:52 -0400 |
commit | f5aa6320e83b0e8c1a14fd464b1fe6243c20b6d5 (patch) | |
tree | 32e9bc52633be272cf740fb382b45ab9edf1d3cb /meson.build | |
parent | b17cf893ef1d1eeadc78ae3a265b302b759fd5c6 (diff) | |
download | qemu-f5aa6320e83b0e8c1a14fd464b1fe6243c20b6d5.zip qemu-f5aa6320e83b0e8c1a14fd464b1fe6243c20b6d5.tar.gz qemu-f5aa6320e83b0e8c1a14fd464b1fe6243c20b6d5.tar.bz2 |
meson: install scripts/qemu-trace-stap
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20200826130622.553318-3-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 3c919e3..6b2fc76 100644 --- a/meson.build +++ b/meson.build @@ -1138,6 +1138,7 @@ if have_tools endif endif +subdir('scripts') subdir('tools') subdir('pc-bios') subdir('tests') |