]> git.puffer.fish Git - matthieu/frr.git/commitdiff
[vtysh] Add commands from zebra_routemap.c to vtysh
authorBartek Kania <mrbk@gnarf.org>
Sat, 4 Oct 2008 16:12:24 +0000 (17:12 +0100)
committerPaul Jakma <paul@quagga.net>
Sat, 4 Oct 2008 16:12:24 +0000 (17:12 +0100)
* Makefile.am: vtysh should also pull in commands from zebra_routemap.c

Signed-off-by: Paul Jakma <paul@quagga.net>
vtysh/Makefile.am

index 4886a642def55c67caa66e3668b04edaf8f307e4..791d95dd871a7381784ef345fe4b27033ab28272 100644 (file)
@@ -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