]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_mbuf/meson.build
mbuf: support dynamic fields and flags
[dpdk.git] / lib / librte_mbuf / meson.build
index 94d9c4c96275cd4667cf655471f8d7bd33812ff3..59fd07224d675cb163e2b722e6316dcb2bd6690f 100644 (file)
@@ -1,7 +1,12 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-version = 4
-sources = files('rte_mbuf.c', 'rte_mbuf_ptype.c', 'rte_mbuf_pool_ops.c')
-headers = files('rte_mbuf.h', 'rte_mbuf_ptype.h', 'rte_mbuf_pool_ops.h')
+version = 5
+sources = files('rte_mbuf.c', 'rte_mbuf_ptype.c', 'rte_mbuf_pool_ops.c',
+       'rte_mbuf_dyn.c')
+headers = files('rte_mbuf.h', 'rte_mbuf_core.h',
+               'rte_mbuf_ptype.h', 'rte_mbuf_pool_ops.h',
+               'rte_mbuf_dyn.h')
 deps += ['mempool']
+
+allow_experimental_apis = true