From: Bartek Kania Date: Sat, 4 Oct 2008 16:12:24 +0000 (+0100) Subject: [vtysh] Add commands from zebra_routemap.c to vtysh X-Git-Tag: frr-2.0-rc1~2352 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=41dc3488cf127a1e23333459a0c316ded67f7ff3;p=mirror%2Ffrr.git [vtysh] Add commands from zebra_routemap.c to vtysh * Makefile.am: vtysh should also pull in commands from zebra_routemap.c Signed-off-by: Paul Jakma --- diff --git a/vtysh/Makefile.am b/vtysh/Makefile.am index 4886a642de..791d95dd87 100644 --- a/vtysh/Makefile.am +++ b/vtysh/Makefile.am @@ -31,7 +31,8 @@ vtysh_cmd_FILES = $(top_srcdir)/bgpd/*.c $(top_srcdir)/isisd/*.c \ $(top_srcdir)/zebra/interface.c \ $(top_srcdir)/zebra/irdp_interface.c \ $(top_srcdir)/zebra/rtadv.c $(top_srcdir)/zebra/zebra_vty.c \ - $(top_srcdir)/zebra/zserv.c $(top_srcdir)/zebra/router-id.c + $(top_srcdir)/zebra/zserv.c $(top_srcdir)/zebra/router-id.c \ + $(top_srcdir)/zebra/zebra_routemap.c vtysh_cmd.c: $(vtysh_cmd_FILES) ./$(EXTRA_DIST) $(vtysh_cmd_FILES) > vtysh_cmd.c