]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: fix include path for bgp_bmp_clippy.c
authorEmanuele Di Pascale <emanuele@voltanet.io>
Wed, 18 Sep 2019 09:49:24 +0000 (11:49 +0200)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Wed, 18 Sep 2019 09:49:24 +0000 (11:49 +0200)
not using a relative path was breaking out-of-tree compilation

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
bgpd/bgp_bmp.c

index 3af373b5629938dce3aabdd7bc0ce23b8a26998a..551102151e04d54674a4863f37a33f75d2b65d99 100644 (file)
@@ -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,