Skip to content

Commit

Permalink
Merge pull request #1375 from donaldsharp/make_dist
Browse files Browse the repository at this point in the history
ldpd, zebra: Allow clippy files to be included in dist
  • Loading branch information
mwinter-osr authored Nov 21, 2017
2 parents 6553dce + ab59f4f commit 5ea26b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ldpd/ldp_vty_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 2 additions & 0 deletions zebra/zebra_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5ea26b1

Please sign in to comment.