mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:02:58 +00:00
ldpd, zebra: Fix make dist
compiles
The original clippy implementation used if VTYSH_EXTRACT_PL was defined or not to know to include as part of the creation of vtysh. Follow their lead here. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
0db8196a96
commit
ab59f4f7e3
@ -25,7 +25,9 @@
|
||||
|
||||
#include "ldpd/ldpd.h"
|
||||
#include "ldpd/ldp_vty.h"
|
||||
#ifndef VTYSH_EXTRACT_PL
|
||||
#include "ldpd/ldp_vty_cmds_clippy.c"
|
||||
#endif
|
||||
|
||||
DEFUN_NOSH(ldp_mpls_ldp,
|
||||
ldp_mpls_ldp_cmd,
|
||||
|
@ -43,7 +43,9 @@
|
||||
#include "zebra/zebra_static.h"
|
||||
#include "lib/json.h"
|
||||
#include "zebra/zebra_vxlan.h"
|
||||
#ifndef VTYSH_EXTRACT_PL
|
||||
#include "zebra/zebra_vty_clippy.c"
|
||||
#endif
|
||||
#include "zebra/zserv.h"
|
||||
|
||||
extern int allow_delete;
|
||||
|
Loading…
Reference in New Issue
Block a user