lib: remove librte_ prefix from directory names
[dpdk.git] / lib / mbuf / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 sources = files(
5         'rte_mbuf.c',
6         'rte_mbuf_ptype.c',
7         'rte_mbuf_pool_ops.c',
8         'rte_mbuf_dyn.c',
9 )
10 headers = files(
11         'rte_mbuf.h',
12         'rte_mbuf_core.h',
13         'rte_mbuf_ptype.h',
14         'rte_mbuf_pool_ops.h',
15         'rte_mbuf_dyn.h'
16 )
17 deps += ['mempool']