examples/fips_validation: support self-test only
[dpdk.git] / lib / librte_stack / meson.build
index d2e60ce..8f82a40 100644 (file)
@@ -1,8 +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')
-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')