X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=inline;f=lib%2Flibrte_stack%2Fmeson.build;h=f420a5c223ef8272d7245df1df53fd1f26d65673;hb=19d4c1aee898d5db13f8a73f681efa035cf7764f;hp=d2e60ce9bb4b9d054bac630e58d3b5f21f96c54e;hpb=05d3b5283cc1a61b2e204ddd6bc30b6f3053f280;p=dpdk.git diff --git a/lib/librte_stack/meson.build b/lib/librte_stack/meson.build index d2e60ce9bb..f420a5c223 100644 --- a/lib/librte_stack/meson.build +++ b/lib/librte_stack/meson.build @@ -3,6 +3,9 @@ allow_experimental_apis = true -version = 1 -sources = files('rte_stack.c', 'rte_stack_std.c') -headers = files('rte_stack.h', 'rte_stack_std.h') +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_c11.h')