]> 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 3653aa7ec5af311d7c05c6a90b701e754a4e026e..bffcf35e8c78cf4ac3756a11862bd694830e96e0 100644 (file)
@@ -6,8 +6,8 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
-deps += ['jobstats', 'timer']
 allow_experimental_apis = true
+deps += ['jobstats', 'timer']
 sources = files(
-       'main.c'
+        'main.c',
 )