summaryrefslogtreecommitdiffstats
path: root/pbrd/subdir.am
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2018-08-18 06:05:07 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2018-09-08 21:30:19 +0200
commit74dc19a2f5f72865b5f7da86453b881ae161e857 (patch)
tree9de4b34240e8106f48b56f6c11146653612ea20c /pbrd/subdir.am
parentbuild: remove common.am (diff)
downloadfrr-74dc19a2f5f72865b5f7da86453b881ae161e857.tar.xz
frr-74dc19a2f5f72865b5f7da86453b881ae161e857.zip
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 <equinox@diac24.net>
Diffstat (limited to 'pbrd/subdir.am')
-rw-r--r--pbrd/subdir.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/pbrd/subdir.am b/pbrd/subdir.am
index 42ab39321..49a07e1f6 100644
--- a/pbrd/subdir.am
+++ b/pbrd/subdir.am
@@ -6,6 +6,11 @@ if PBRD
noinst_LIBRARIES += pbrd/libpbr.a
sbin_PROGRAMS += pbrd/pbrd
dist_examples_DATA += pbrd/pbrd.conf.sample
+vtysh_scan += \
+ $(top_srcdir)/pbrd/pbr_vty.c \
+ $(top_srcdir)/pbrd/pbr_debug.c \
+ # end
+rstman8_DATA += $(MANBUILD)/pbrd.8
endif
pbrd_libpbr_a_SOURCES = \