mk: build with _GNU_SOURCE defined by default
[dpdk.git] / examples / ip_pipeline / meson.build
index 5ad79b2..5e5fe64 100644 (file)
@@ -7,7 +7,9 @@
 # DPDK instance, use 'make'
 
 deps += ['pipeline', 'bus_pci']
+allow_experimental_apis = true
 sources = files(
+       'action.c',
        'cli.c',
        'conn.c',
        'kni.c',
@@ -15,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'
 )