examples/multi_process: remove l2fwd fork example
[dpdk.git] / examples / ip_pipeline / meson.build
index 063865c..a9f2ea4 100644 (file)
@@ -7,7 +7,19 @@
 # DPDK instance, use 'make'
 
 deps += ['pipeline', 'bus_pci']
+allow_experimental_apis = true
 sources = files(
+       'action.c',
+       'cli.c',
+       'conn.c',
+       'kni.c',
+       'link.c',
        'main.c',
+       'mempool.c',
        'parser.c',
+       'pipeline.c',
+       'swq.c',
+       'tap.c',
+       'thread.c',
+       'tmgr.c'
 )