summaryrefslogtreecommitdiff
path: root/replay/meson.build
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-07-22 23:40:45 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:23 -0400
commit17ef2af6b67f29bb5c5c687f07216544830f167a (patch)
tree6b34f24b5cc50a987d7897f82a98e0ff015e645b /replay/meson.build
parent7c58bb769dce4764b413ae4a9e13c4c54d537b87 (diff)
downloadqemu-17ef2af6b67f29bb5c5c687f07216544830f167a.zip
meson: convert replay directory to Meson
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'replay/meson.build')
-rw-r--r--replay/meson.build12
1 files changed, 12 insertions, 0 deletions
diff --git a/replay/meson.build b/replay/meson.build
new file mode 100644
index 0000000000..8783aea7c8
--- /dev/null
+++ b/replay/meson.build
@@ -0,0 +1,12 @@
+softmmu_ss.add(files(
+ 'replay.c',
+ 'replay-internal.c',
+ 'replay-events.c',
+ 'replay-time.c',
+ 'replay-input.c',
+ 'replay-char.c',
+ 'replay-snapshot.c',
+ 'replay-net.c',
+ 'replay-audio.c',
+ 'replay-random.c',
+))