X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_mbuf%2Fmeson.build;h=e95c770e5a408c24792718af296f0d5bb7b798a8;hb=0baa1e01c339536af3630359bf3998d85ad71c10;hp=36bb6eb9d3fc6a5cb1cef49c076f8a97b2250602;hpb=3eb860b08eb794471b84a46d2c7f147957e66c04;p=dpdk.git diff --git a/lib/librte_mbuf/meson.build b/lib/librte_mbuf/meson.build index 36bb6eb9d3..e95c770e5a 100644 --- a/lib/librte_mbuf/meson.build +++ b/lib/librte_mbuf/meson.build @@ -1,10 +1,9 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -version = 5 -sources = files('rte_mbuf.c', 'rte_mbuf_ptype.c', 'rte_mbuf_pool_ops.c') +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_ptype.h', 'rte_mbuf_pool_ops.h', + 'rte_mbuf_dyn.h') deps += ['mempool'] - -allow_experimental_apis = true