]> git.proxmox.com Git - mirror_frr.git/blobdiff - babeld/subdir.am
tests: Remove sleep from test_bgp_maximum_prefix_invalid_update
[mirror_frr.git] / babeld / subdir.am
index 6f91f739307989a836dfbb9bb9ceb6c5a5d82032..7081c730aa2db7a1613bbd55c6a485d3832d12ec 100644 (file)
@@ -6,6 +6,11 @@ if BABELD
 noinst_LIBRARIES += babeld/libbabel.a
 sbin_PROGRAMS += babeld/babeld
 dist_examples_DATA += babeld/babeld.conf.sample
+vtysh_scan += \
+       $(top_srcdir)/babeld/babel_interface.c \
+       $(top_srcdir)/babeld/babel_zebra.c \
+       $(top_srcdir)/babeld/babeld.c \
+       # end
 endif
 
 babeld_libbabel_a_SOURCES = \
@@ -46,4 +51,4 @@ noinst_HEADERS += \
        # end
 
 babeld_babeld_SOURCES = babeld/babel_main.c
-babeld_babeld_LDADD = babeld/libbabel.a lib/libfrr.la @LIBCAP@
+babeld_babeld_LDADD = babeld/libbabel.a lib/libfrr.la $(LIBCAP)