X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_sched%2Fmeson.build;h=59d43c6d81a0073b0d59219bdd0a2442baf04592;hb=63b094f8fa861de1b82e92fabeeede973fb84fb6;hp=f85d64df81ced72741b80bf36ddd9b74e5821aef;hpb=6c9457c27954f16d99f3798711eb253fbaf05fa3;p=dpdk.git diff --git a/lib/librte_sched/meson.build b/lib/librte_sched/meson.build index f85d64df81..59d43c6d81 100644 --- a/lib/librte_sched/meson.build +++ b/lib/librte_sched/meson.build @@ -1,6 +1,7 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation +version = 3 sources = files('rte_sched.c', 'rte_red.c', 'rte_approx.c') headers = files('rte_sched.h', 'rte_sched_common.h', 'rte_red.h', 'rte_approx.h')