summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorMarc-André Lureau2020-08-26 15:06:18 +0200
committerPaolo Bonzini2020-09-01 07:51:52 +0200
commitf5aa6320e83b0e8c1a14fd464b1fe6243c20b6d5 (patch)
tree32e9bc52633be272cf740fb382b45ab9edf1d3cb /meson.build
parentmeson: install pc-bios blobs (diff)
downloadqemu-f5aa6320e83b0e8c1a14fd464b1fe6243c20b6d5.tar.gz
qemu-f5aa6320e83b0e8c1a14fd464b1fe6243c20b6d5.tar.xz
qemu-f5aa6320e83b0e8c1a14fd464b1fe6243c20b6d5.zip
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.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 3c919e32f1..6b2fc76933 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')