]> git.proxmox.com Git - mirror_qemu.git/blobdiff - monitor/meson.build
qmp: 'add_client' actually expects sockets
[mirror_qemu.git] / monitor / meson.build
index eb2a534fdc88e403abef1b46511e9728036d18aa..ccb4d1a8e60cd0e4f67e35ccbe2b51fb5d09045f 100644 (file)
@@ -1,9 +1,11 @@
 qmp_ss.add(files('monitor.c', 'qmp.c', 'qmp-cmds-control.c'))
 
 softmmu_ss.add(files(
+  'fds.c',
   'hmp-cmds.c',
   'hmp.c',
-  'qmp-cmds.c',
 ))
+softmmu_ss.add([spice_headers, files('qmp-cmds.c')])
 
-specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files('misc.c'), spice])
+specific_ss.add(when: 'CONFIG_SOFTMMU',
+               if_true: [files( 'hmp-cmds-target.c', 'hmp-target.c'), spice])