X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=vtysh%2FMakefile.am;h=587f72c809e9322be3681c28ef14f253f68fed9d;hb=293067f086565c294862b954bf58e1680d758280;hp=10d51f6ace7d4e7ada74e49c8aa59609ae3be42e;hpb=1ac33779aae7ddc99dd5e1fd7ecd0709689c9b36;p=mirror_frr.git diff --git a/vtysh/Makefile.am b/vtysh/Makefile.am index 10d51f6ac..587f72c80 100644 --- a/vtysh/Makefile.am +++ b/vtysh/Makefile.am @@ -118,6 +118,12 @@ vtysh_scan += $(top_srcdir)/eigrpd/eigrp_dump.c vtysh_scan += $(top_srcdir)/eigrpd/eigrp_vty.c endif +if BABELD +vtysh_scan += $(top_srcdir)/babeld/babel_interface.c +vtysh_scan += $(top_srcdir)/babeld/babel_zebra.c +vtysh_scan += $(top_srcdir)/babeld/babeld.c +endif + if SNMP vtysh_scan += $(top_srcdir)/lib/agentx.c endif