]> git.proxmox.com Git - mirror_qemu.git/blobdiff - crypto/meson.build
migration/yank: Use channel features
[mirror_qemu.git] / crypto / meson.build
index 5f03a30d342d982ac3b58d1f96fd43f2a2e790cb..c46f9c22a7feec92346f99e32c8cde02fd7444c1 100644 (file)
@@ -46,11 +46,15 @@ endif
 if have_afalg
   crypto_ss.add(if_true: files('afalg.c', 'cipher-afalg.c', 'hash-afalg.c'))
 endif
-crypto_ss.add(when: gnutls, if_true: files('tls-cipher-suites.c'))
 
-util_ss.add(files('sm4.c'))
-util_ss.add(files('aes.c'))
-util_ss.add(files('init.c'))
+system_ss.add(when: gnutls, if_true: files('tls-cipher-suites.c'))
+
+util_ss.add(files(
+  'aes.c',
+  'clmul.c',
+  'init.c',
+  'sm4.c',
+))
 if gnutls.found()
   util_ss.add(gnutls)
 endif