From 2a23cf9503bf2ff36d3c34308de78618b3196f35 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 26 Apr 2017 22:27:28 -0400 Subject: [PATCH] vtysh: remove unused compilation file Remove eigrp_routemap.c from consideration at the moment for vtysh inclusion. Signed-off-by: Donald Sharp --- vtysh/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5