X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibrte_graph%2Fmeson.build;h=d5de1e250ab9bafdc0676823e4eb12366e04350d;hb=293c53d8b23c4b80d3e0c9ad60ffe191ff1c4d3c;hp=ed7c33f596beccadf1eb3b004f3d2f8a1e8b7025;hpb=c7c995cc58b3b3892baf6461e1db26413877580d;p=dpdk.git diff --git a/lib/librte_graph/meson.build b/lib/librte_graph/meson.build index ed7c33f596..d5de1e250a 100644 --- a/lib/librte_graph/meson.build +++ b/lib/librte_graph/meson.build @@ -3,7 +3,7 @@ name = 'graph' -sources = files('node.c', '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']