mempool: introduce helpers for populate and required size
[dpdk.git] / lib / librte_pipeline / meson.build
index 1ee276f..04e5f51 100644 (file)
@@ -3,6 +3,6 @@
 
 version = 3
 allow_experimental_apis = true
-sources = files('rte_pipeline.c', 'rte_table_action.c')
-headers = files('rte_pipeline.h', 'rte_table_action.h')
-deps += ['port', 'table', 'meter', 'sched']
+sources = files('rte_pipeline.c', 'rte_port_in_action.c', 'rte_table_action.c')
+headers = files('rte_pipeline.h', 'rte_port_in_action.h', 'rte_table_action.h')
+deps += ['port', 'table', 'meter', 'sched', 'cryptodev']