]> git.droids-corp.org - dpdk.git/blobdiff - examples/l2fwd-jobstats/meson.build
doc: add GRE option flow item to feature list
[dpdk.git] / examples / l2fwd-jobstats / meson.build
index 1ffd484e2350051155f886979ccb7de60b3aa32e..bffcf35e8c78cf4ac3756a11862bd694830e96e0 100644 (file)
@@ -6,7 +6,8 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
+allow_experimental_apis = true
 deps += ['jobstats', 'timer']
 sources = files(
-       'main.c'
+        'main.c',
 )