hash: fix meson headers packaging
Those headers are internal and should not be distributed.
Fixes: 5b9656b157
("lib: build with meson")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Luca Boccassi <bluca@debian.org>
This commit is contained in:
parent
9196db904b
commit
251d69a26e
@ -1,10 +1,7 @@
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
# Copyright(c) 2017 Intel Corporation
|
||||
|
||||
headers = files('rte_cmp_arm64.h',
|
||||
'rte_cmp_x86.h',
|
||||
'rte_crc_arm64.h',
|
||||
'rte_cuckoo_hash.h',
|
||||
headers = files('rte_crc_arm64.h',
|
||||
'rte_fbk_hash.h',
|
||||
'rte_hash_crc.h',
|
||||
'rte_hash.h',
|
||||
|
Loading…
Reference in New Issue
Block a user