]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/meson.build
test/crypto: skip validation of head/tailroom used by PMD
[dpdk.git] / examples / ip_pipeline / meson.build
index a89cb309d967383d6b3850d3201a8ea2cc2e781f..a9f2ea447a825270601cba7143f93da892f173be 100644 (file)
@@ -7,9 +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'
 )