X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_mbuf%2Fmeson.build;h=59fd07224d675cb163e2b722e6316dcb2bd6690f;hb=e5cc4e13f6853796702c9b104d291983294c7a09;hp=36bb6eb9d3fc6a5cb1cef49c076f8a97b2250602;hpb=3eb860b08eb794471b84a46d2c7f147957e66c04;p=dpdk.git diff --git a/lib/librte_mbuf/meson.build b/lib/librte_mbuf/meson.build index 36bb6eb9d3..59fd07224d 100644 --- a/lib/librte_mbuf/meson.build +++ b/lib/librte_mbuf/meson.build @@ -2,9 +2,11 @@ # 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