X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl3fwd%2Fmeson.build;h=7d72b1b365aea73239140d71a0124cce89c45943;hb=01863b9d2354c6738581c68fbc5cda84b30862d8;hp=864327c7b7c61311e6d9d91e0f018da3ef9bfdea;hpb=e2de1f7bb9668415c8fdfce6b736112bfb24f377;p=dpdk.git diff --git a/examples/l3fwd/meson.build b/examples/l3fwd/meson.build index 864327c7b7..7d72b1b365 100644 --- a/examples/l3fwd/meson.build +++ b/examples/l3fwd/meson.build @@ -6,7 +6,9 @@ # To build this example as a standalone application with an already-installed # DPDK instance, use 'make' +allow_experimental_apis = true deps += ['hash', 'lpm', 'eventdev'] sources = files( - 'l3fwd_em.c', 'l3fwd_lpm.c', 'l3fwd_event.c', 'main.c' + 'l3fwd_em.c', 'l3fwd_lpm.c', 'l3fwd_event.c', + 'l3fwd_event_internal_port.c', 'l3fwd_event_generic.c', 'main.c' )