]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_cryptodev/meson.build
build: disable experimental API check internally
[dpdk.git] / lib / librte_cryptodev / meson.build
index bd5fed895e42f25bcaed9a8ab9043ddfcca92ccf..42825a81076589da9a70d03ffa6cae362ad37e42 100644 (file)
@@ -1,10 +1,10 @@
 # SPDX-License-Identifier: BSD-3-Clause
-# Copyright(c) 2017 Intel Corporation
+# Copyright(c) 2017-2019 Intel Corporation
 
-version = 4
 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']