X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fip_pipeline%2Fmeson.build;h=5e5fe6479d5fcebce37dc6dd33f1d880c07ad7ac;hb=5d7b673d5fd6663b20c675dd382d9fb43b42af18;hp=063865c6545f9fa26b95ccbfcc55ba54258e4927;hpb=fbc74e66334f52a00263dd81dd49fe513b6e8967;p=dpdk.git diff --git a/examples/ip_pipeline/meson.build b/examples/ip_pipeline/meson.build index 063865c654..5e5fe6479d 100644 --- a/examples/ip_pipeline/meson.build +++ b/examples/ip_pipeline/meson.build @@ -7,7 +7,20 @@ # 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', + 'cryptodev.c' )