vtysh: remove unused compilation file

Remove eigrp_routemap.c from consideration at the
moment for vtysh inclusion.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2017-04-26 22:27:28 -04:00
parent 838cf8aba5
commit 2a23cf9503

View File

@ -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