examples/ip_pipeline: add pipeline object
[dpdk.git] / examples / ip_pipeline / meson.build
index fb1b61d..2366242 100644 (file)
@@ -17,6 +17,7 @@ sources = files(
        'main.c',
        'mempool.c',
        'parser.c',
+       'pipeline.c',
        'swq.c',
        'tap.c',
        'tmgr.c'