From: Emanuele Di Pascale Date: Wed, 18 Sep 2019 09:49:24 +0000 (+0200) Subject: bgpd: fix include path for bgp_bmp_clippy.c X-Git-Tag: base_7.3~339^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=33a9e196811d5d1194fdf67ed0dca266bd632e97;p=matthieu%2Ffrr.git 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 --- 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,