net/mlx5: fix wildcard item for Direct Verbs
[dpdk.git] / examples / ip_pipeline / meson.build
index fb1b61d..5e5fe64 100644 (file)
@@ -17,7 +17,10 @@ sources = files(
        'main.c',
        'mempool.c',
        'parser.c',
+       'pipeline.c',
        'swq.c',
        'tap.c',
-       'tmgr.c'
+       'thread.c',
+       'tmgr.c',
+       'cryptodev.c'
 )