examples/ip_pipeline: add tap object
[dpdk.git] / examples / ip_pipeline / meson.build
index 063865c..e875811 100644 (file)
@@ -8,6 +8,13 @@
 
 deps += ['pipeline', 'bus_pci']
 sources = files(
+       'cli.c',
+       'conn.c',
+       'link.c',
        'main.c',
+       'mempool.c',
        'parser.c',
+       'swq.c',
+       'tap.c',
+       'tmgr.c'
 )