X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl3fwd-acl%2Fmeson.build;h=6fa468b3aa9c6926c80b5032ff0ec4cecd787135;hb=55f0335e90908b4f052594c14f7636413b894676;hp=68cebd6cee70b09465c5748219debb43a6853a15;hpb=8728ccf37615904cf23fb8763895b05c9a3c6b0c;p=dpdk.git diff --git a/examples/l3fwd-acl/meson.build b/examples/l3fwd-acl/meson.build index 68cebd6cee..6fa468b3aa 100644 --- a/examples/l3fwd-acl/meson.build +++ b/examples/l3fwd-acl/meson.build @@ -6,8 +6,8 @@ # To build this example as a standalone application with an already-installed # DPDK instance, use 'make' -deps += ['acl', 'lpm', 'hash'] allow_experimental_apis = true +deps += ['acl', 'lpm', 'hash'] sources = files( 'main.c' )