From: Donald Sharp Date: Thu, 27 Apr 2017 02:27:28 +0000 (-0400) Subject: vtysh: remove unused compilation file X-Git-Tag: reindent-master-before~197^2~2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=2a23cf9503bf2ff36d3c34308de78618b3196f35;p=matthieu%2Ffrr.git vtysh: remove unused compilation file Remove eigrp_routemap.c from consideration at the moment for vtysh inclusion. Signed-off-by: Donald Sharp --- diff --git a/vtysh/Makefile.am b/vtysh/Makefile.am index 44fbafc337..9e805d0694 100644 --- a/vtysh/Makefile.am +++ b/vtysh/Makefile.am @@ -113,7 +113,7 @@ endif if EIGRPD vtysh_scan += $(top_srcdir)/eigrpd/eigrp_dump.c -vtysh_scan += $(top_srcdir)/eigrpd/eigrp_routemap.c +#vtysh_scan += $(top_srcdir)/eigrpd/eigrp_routemap.c vtysh_scan += $(top_srcdir)/eigrpd/eigrp_vty.c endif