devargs: rename legacy API
[dpdk.git] / examples / ip_pipeline / meson.build
index f8a450f..a9f2ea4 100644 (file)
@@ -7,10 +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'
 )