X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_reassembly%2Fmeson.build;h=b12b66b1277f3bfeecbebac093fe53c40afe92ee;hb=704512214d031e4e27f19b53c44464d9821ed1a1;hp=8a667c26580e37ad03fcaf71a7bec8056cc634de;hpb=8728ccf37615904cf23fb8763895b05c9a3c6b0c;p=dpdk.git diff --git a/examples/ip_reassembly/meson.build b/examples/ip_reassembly/meson.build index 8a667c2658..b12b66b127 100644 --- a/examples/ip_reassembly/meson.build +++ b/examples/ip_reassembly/meson.build @@ -6,8 +6,8 @@ # To build this example as a standalone application with an already-installed # DPDK instance, use 'make' -deps += ['lpm', 'ip_frag'] allow_experimental_apis = true +deps += ['lpm', 'ip_frag'] sources = files( - 'main.c' + 'main.c', )