From 74dc19a2f5f72865b5f7da86453b881ae161e857 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sat, 18 Aug 2018 06:05:07 +0200 Subject: build: move vtysh & manpage listings to subdir.am Since we're now building through one large Makefile, we can easily put things with their daemons and crossreference nicely. Signed-off-by: David Lamparter --- babeld/subdir.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'babeld/subdir.am') diff --git a/babeld/subdir.am b/babeld/subdir.am index 6f91f7393..e1f2cb0a0 100644 --- a/babeld/subdir.am +++ b/babeld/subdir.am @@ -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 = \ -- cgit v1.2.3