aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_cryptodev/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_cryptodev/meson.build')
-rw-r--r--lib/librte_cryptodev/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/librte_cryptodev/meson.build b/lib/librte_cryptodev/meson.build
index bd5fed89..295f509e 100644
--- a/lib/librte_cryptodev/meson.build
+++ b/lib/librte_cryptodev/meson.build
@@ -6,5 +6,6 @@ sources = files('rte_cryptodev.c', 'rte_cryptodev_pmd.c')
headers = files('rte_cryptodev.h',
'rte_cryptodev_pmd.h',
'rte_crypto.h',
- 'rte_crypto_sym.h')
+ 'rte_crypto_sym.h',
+ 'rte_crypto_asym.h')
deps += ['kvargs', 'mbuf']