build: update vtysh scan list for ripd and ripngd

A few files don't have any CLI commands anymore as they were moved
to either rip_cli.c or ripng_cli.c. Update the ripd/ripngd vtysh_scan
variable to account for this.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
Renato Westphal 2018-11-29 16:46:00 -02:00
parent 5707da094d
commit cba25972ac
2 changed files with 0 additions and 6 deletions

View File

@ -9,9 +9,6 @@ dist_examples_DATA += ripd/ripd.conf.sample
vtysh_scan += \
$(top_srcdir)/ripd/rip_cli.c \
$(top_srcdir)/ripd/rip_debug.c \
$(top_srcdir)/ripd/rip_interface.c \
$(top_srcdir)/ripd/rip_offset.c \
$(top_srcdir)/ripd/rip_zebra.c \
$(top_srcdir)/ripd/ripd.c \
# end

View File

@ -8,9 +8,6 @@ sbin_PROGRAMS += ripngd/ripngd
vtysh_scan += \
$(top_srcdir)/ripngd/ripng_cli.c \
$(top_srcdir)/ripngd/ripng_debug.c \
$(top_srcdir)/ripngd/ripng_interface.c \
$(top_srcdir)/ripngd/ripng_offset.c \
$(top_srcdir)/ripngd/ripng_zebra.c \
$(top_srcdir)/ripngd/ripngd.c \
# end
man8 += $(MANBUILD)/ripngd.8