summaryrefslogtreecommitdiffstats
path: root/vtysh/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'vtysh/Makefile.am')
-rw-r--r--vtysh/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/vtysh/Makefile.am b/vtysh/Makefile.am
index 6d0b4a8fd..f241f3c5a 100644
--- a/vtysh/Makefile.am
+++ b/vtysh/Makefile.am
@@ -150,6 +150,10 @@ if STATICD
vtysh_scan += $(top_srcdir)/staticd/static_vty.c
endif
+if BFDD
+vtysh_scan += $(top_srcdir)/bfdd/bfdd_vty.c
+endif
+
vtysh_cmd_FILES = $(vtysh_scan) \
$(top_srcdir)/lib/keychain.c $(top_srcdir)/lib/routemap.c \
$(top_srcdir)/lib/filter.c $(top_srcdir)/lib/plist.c \