bpf: fix headers install with meson
authorJunxiao Shi <git@mail1.yoursunny.com>
Mon, 27 Jan 2020 21:38:00 +0000 (14:38 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 6 Feb 2020 08:20:07 +0000 (09:20 +0100)
commit0e8d1ea327d4bd45fd24948be45dcc6716473753
treef37c23d5d97a92e7781a9306d2fb455371108749
parentab9407c3addde1eee0f93e7c3491536cd4db4369
bpf: fix headers install with meson

Previously, when librte_bpf is built with meson+ninja, its
headers such as bpf_def is not installed to the system.
This commit fixes this problem.

Fixes: 94972f35a02e ("bpf: add BPF loading and execution framework")
Cc: stable@dpdk.org
Signed-off-by: Junxiao Shi <git@mail1.yoursunny.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_bpf/meson.build