From 33a9e196811d5d1194fdf67ed0dca266bd632e97 Mon Sep 17 00:00:00 2001 From: Emanuele Di Pascale Date: Wed, 18 Sep 2019 11:49:24 +0200 Subject: [PATCH] bgpd: fix include path for bgp_bmp_clippy.c not using a relative path was breaking out-of-tree compilation Signed-off-by: Emanuele Di Pascale --- bgpd/bgp_bmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgp_bmp.c b/bgpd/bgp_bmp.c index 3af373b562..551102151e 100644 --- a/bgpd/bgp_bmp.c +++ b/bgpd/bgp_bmp.c @@ -1767,7 +1767,7 @@ static struct cmd_node bmp_node = {BMP_NODE, "%s(config-bgp-bmp)# "}; #define BMP_STR "BGP Monitoring Protocol\n" #ifndef VTYSH_EXTRACT_PL -#include "bgp_bmp_clippy.c" +#include "bgpd/bgp_bmp_clippy.c" #endif DEFPY_NOSH(bmp_targets_main, -- 2.39.5