lib: remove librte_ prefix from directory names
[dpdk.git] / lib / pipeline / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 sources = files(
5         'rte_pipeline.c',
6         'rte_port_in_action.c',
7         'rte_table_action.c',
8         'rte_swx_pipeline.c',
9         'rte_swx_pipeline_spec.c',
10         'rte_swx_ctl.c',
11 )
12 headers = files(
13         'rte_pipeline.h',
14         'rte_port_in_action.h',
15         'rte_table_action.h',
16         'rte_swx_pipeline.h',
17         'rte_swx_extern.h',
18         'rte_swx_ctl.h',
19 )
20 deps += ['port', 'table', 'meter', 'sched', 'cryptodev']