d5f4d16e56a262f047e9bb864e22bda75f1a5fbf
[dpdk.git] / lib / librte_pipeline / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 sources = files('rte_pipeline.c',
5         'rte_port_in_action.c',
6         'rte_table_action.c',
7         'rte_swx_pipeline.c',)
8 headers = files('rte_pipeline.h',
9         'rte_port_in_action.h',
10         'rte_table_action.h',
11         'rte_swx_pipeline.h',
12         'rte_swx_extern.h',
13         'rte_swx_ctl.h',)
14 deps += ['port', 'table', 'meter', 'sched', 'cryptodev']