X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Fmeson.build;h=a9f2ea447a825270601cba7143f93da892f173be;hb=f6ddcf80ad47436e691b6844089d6e992992a156;hp=a2f9bb6d9ab12bd07f4b595595997d1bc2f9c6e2;hpb=133c2c6565d6d05432be2e2bafc0e08ef0fd9221;p=dpdk.git diff --git a/examples/ip_pipeline/meson.build b/examples/ip_pipeline/meson.build index a2f9bb6d9a..a9f2ea447a 100644 --- a/examples/ip_pipeline/meson.build +++ b/examples/ip_pipeline/meson.build @@ -7,11 +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' )