]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_mbuf/meson.build
common/mlx5: fix user mode register access command
[dpdk.git] / lib / librte_mbuf / meson.build
index 45ffb0db5f4f5034601fd6e5a1ce9c2f6b62363b..e95c770e5a408c24792718af296f0d5bb7b798a8 100644 (file)
@@ -1,7 +1,9 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-version = 3
-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')
+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']