]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pipeline/meson.build
pipeline: add SWX extern objects and funcs
[dpdk.git] / lib / librte_pipeline / meson.build
index 880c2b274eeae17349859371a0fc9702f6d69d56..bea4068481b9d162ece7300b70c9a0e8dc1cec13 100644 (file)
@@ -8,5 +8,6 @@ sources = files('rte_pipeline.c',
 headers = files('rte_pipeline.h',
        'rte_port_in_action.h',
        'rte_table_action.h',
-       'rte_swx_pipeline.h',)
+       'rte_swx_pipeline.h',
+       'rte_swx_extern.h',)
 deps += ['port', 'table', 'meter', 'sched', 'cryptodev']