aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_member/meson.build
blob: 0e6b34c4065d0dba65ff9be95ffc4ab051de81ab (plain)
1
2
3
4
5
6
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation

sources = files('rte_member.c', 'rte_member_ht.c', 'rte_member_vbf.c')
headers = files('rte_member.h')
deps += ['hash']