X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_stack%2Fmeson.build;h=f420a5c223ef8272d7245df1df53fd1f26d65673;hb=6a697cf00736e744b12634a936124504ccffc03e;hp=7a09a5d666d9001826e50dad1ec5ac44952ea415;hpb=3340202f5954a4fbba62332c4aad29af67701188;p=dpdk.git diff --git a/lib/librte_stack/meson.build b/lib/librte_stack/meson.build index 7a09a5d666..f420a5c223 100644 --- a/lib/librte_stack/meson.build +++ b/lib/librte_stack/meson.build @@ -3,9 +3,9 @@ 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')