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

allow_experimental_apis = true
sources = files('rte_flow_classify.c', 'rte_flow_classify_parse.c')
headers = files('rte_flow_classify.h')
deps += ['net', 'table']