common/dpaax/caamflib: fix IV for short MAC-I in SNOW3G
[dpdk.git] / lib / graph / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(C) 2020 Marvell International Ltd.
3
4 sources = files(
5         'node.c',
6         'graph.c',
7         'graph_ops.c',
8         'graph_debug.c',
9         'graph_stats.c',
10         'graph_populate.c',
11 )
12 headers = files('rte_graph.h', 'rte_graph_worker.h')
13
14 deps += ['eal']