test/telemetry: fix typo at beginning of line
[dpdk.git] / lib / librte_pipeline / meson.build
index d5f4d16..65c1a8d 100644 (file)
@@ -4,7 +4,9 @@
 sources = files('rte_pipeline.c',
        'rte_port_in_action.c',
        'rte_table_action.c',
-       'rte_swx_pipeline.c',)
+       'rte_swx_pipeline.c',
+       'rte_swx_pipeline_spec.c',
+       'rte_swx_ctl.c',)
 headers = files('rte_pipeline.h',
        'rte_port_in_action.h',
        'rte_table_action.h',