From b459b90de8ab2f2110d42d0b7e1617a1011f2286 Mon Sep 17 00:00:00 2001 From: Sharath Ramamurthy Date: Wed, 4 Aug 2021 14:56:40 +0530 Subject: zebra: add zebra_vxlan_if.h header file to noinst_HEADER zebra_vxlan_if.h header file was missed in noinst_HEADERS resulting in build failure for some platforms. Signed-off-by: Sharath Ramamurthy --- zebra/subdir.am | 1 + 1 file changed, 1 insertion(+) diff --git a/zebra/subdir.am b/zebra/subdir.am index c5fb0cea5..259782a34 100644 --- a/zebra/subdir.am +++ b/zebra/subdir.am @@ -186,6 +186,7 @@ noinst_HEADERS += \ zebra/zebra_evpn_mh.h \ zebra/zebra_neigh.h \ zebra/zebra_l2_bridge_if.h \ + zebra/zebra_vxlan_if.h \ zebra/zserv.h \ zebra/dpdk/zebra_dplane_dpdk.h \ zebra/dpdk/zebra_dplane_dpdk_private.h \ -- cgit v1.2.3