mempool: fix anonymous populate
[dpdk.git] / lib / librte_hash / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 headers = files('rte_cmp_arm64.h',
5         'rte_cmp_x86.h',
6         'rte_crc_arm64.h',
7         'rte_cuckoo_hash.h',
8         'rte_fbk_hash.h',
9         'rte_hash_crc.h',
10         'rte_hash.h',
11         'rte_jhash.h',
12         'rte_thash.h')
13
14 sources = files('rte_cuckoo_hash.c', 'rte_fbk_hash.c')
15 deps += ['ring']
16
17 # rte ring reset is not yet part of stable API
18 allow_experimental_apis = true