X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fqos_sched%2Fmeson.build;h=dc103e9556f7df5952b223e439e3d849acbcf4ff;hb=cf412ff7e978cacbb4228fb74248f16563c74861;hp=5101652af9f2662e7e9a7d9f9802c6d301d99241;hpb=d9a42a69febf453cdb735e77fc0e01463ddf4acc;p=dpdk.git diff --git a/examples/qos_sched/meson.build b/examples/qos_sched/meson.build index 5101652af9..dc103e9556 100644 --- a/examples/qos_sched/meson.build +++ b/examples/qos_sched/meson.build @@ -6,9 +6,14 @@ # To build this example as a standalone application with an already-installed # DPDK instance, use 'make' -deps += ['sched', 'cfgfile'] allow_experimental_apis = true +deps += ['sched', 'cfgfile'] sources = files( - 'app_thread.c', 'args.c', 'cfg_file.c', 'cmdline.c', - 'init.c', 'main.c', 'stats.c' + 'app_thread.c', + 'args.c', + 'cfg_file.c', + 'cmdline.c', + 'init.c', + 'main.c', + 'stats.c', )