net/bnxt: fix mbuf flags for PTP packets
[dpdk.git] / lib / librte_graph / meson.build
index 703b07f..d3ec78c 100644 (file)
@@ -1,9 +1,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(C) 2020 Marvell International Ltd.
 
-name = 'graph'
-
-sources = files('graph.c')
-headers = files('rte_graph.h')
+sources = files('node.c', 'graph.c', 'graph_ops.c', 'graph_debug.c', 'graph_stats.c', 'graph_populate.c')
+headers = files('rte_graph.h', 'rte_graph_worker.h')
 
 deps += ['eal']