net/mlx5: fix meter flow direction check
[dpdk.git] / examples / ptpclient / meson.build
index fa0cbe9..47d091e 100644 (file)
@@ -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',
 )