X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_stack%2Fmeson.build;h=8f82a40ec2c1135531bfd7eb3854f4e6484e050a;hb=acec04c4b2f5;hp=7a09a5d666d9001826e50dad1ec5ac44952ea415;hpb=3340202f5954a4fbba62332c4aad29af67701188;p=dpdk.git diff --git a/lib/librte_stack/meson.build b/lib/librte_stack/meson.build index 7a09a5d666..8f82a40ec2 100644 --- a/lib/librte_stack/meson.build +++ b/lib/librte_stack/meson.build @@ -1,11 +1,9 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2019 Intel Corporation -allow_experimental_apis = true - -version = 1 sources = files('rte_stack.c', 'rte_stack_std.c', 'rte_stack_lf.c') headers = files('rte_stack.h', 'rte_stack_std.h', 'rte_stack_lf.h', - 'rte_stack_lf_generic.h') + 'rte_stack_lf_generic.h', + 'rte_stack_lf_c11.h')