X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Fmeson.build;h=a9f2ea447a825270601cba7143f93da892f173be;hb=1d173da83ef2176b7ef107b76a4c5b80d47e1d00;hp=a89cb309d967383d6b3850d3201a8ea2cc2e781f;hpb=4bbf8e30aa5e2a621db288062c72aed324cae191;p=dpdk.git diff --git a/examples/ip_pipeline/meson.build b/examples/ip_pipeline/meson.build index a89cb309d9..a9f2ea447a 100644 --- a/examples/ip_pipeline/meson.build +++ b/examples/ip_pipeline/meson.build @@ -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' )