X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl3fwd-acl%2Fmeson.build;h=6efe46e710c8209adb01e3369f3ec836ec4564b1;hb=9cf9ac48b116e371e25e1daca33636e9cdc07db8;hp=68cebd6cee70b09465c5748219debb43a6853a15;hpb=8728ccf37615904cf23fb8763895b05c9a3c6b0c;p=dpdk.git diff --git a/examples/l3fwd-acl/meson.build b/examples/l3fwd-acl/meson.build index 68cebd6cee..6efe46e710 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' + 'main.c', )