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

sources = files('rte_bitrate.c')
headers = files('rte_bitrate.h')
deps += ['ethdev', 'metrics']