X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fptpclient%2Fmeson.build;h=47d091ea2179dec1445781237b36f30ac2ef337b;hb=96b25c496aadae16c548ea25c0267a73154dbd64;hp=fa0cbe93c82990b5b3f48f49452e984c74ac7913;hpb=fa47405cc119846574a3b290032f5ac2ab66757f;p=dpdk.git diff --git a/examples/ptpclient/meson.build b/examples/ptpclient/meson.build index fa0cbe93c8..47d091ea21 100644 --- a/examples/ptpclient/meson.build +++ b/examples/ptpclient/meson.build @@ -6,6 +6,7 @@ # To build this example as a standalone application with an already-installed # DPDK instance, use 'make' +allow_experimental_apis = true sources = files( - 'ptpclient.c' + 'ptpclient.c', )