From aeb10f04ed4d9e3fa221a2fe503e4d3a630a9c67 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 8fca202345..e89b139483 100644 --- a/bgpd/bgp_bmp.c +++ b/bgpd/bgp_bmp.c @@ -1762,7 +1762,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,