diff options
author | David Lamparter <equinox@diac24.net> | 2018-08-18 06:05:07 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2018-09-08 21:30:19 +0200 |
commit | 74dc19a2f5f72865b5f7da86453b881ae161e857 (patch) | |
tree | 9de4b34240e8106f48b56f6c11146653612ea20c /ripd | |
parent | build: remove common.am (diff) | |
download | frr-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 'ripd')
-rw-r--r-- | ripd/subdir.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ripd/subdir.am b/ripd/subdir.am index 612db1a7a..f2c54c835 100644 --- a/ripd/subdir.am +++ b/ripd/subdir.am @@ -6,9 +6,18 @@ if RIPD noinst_LIBRARIES += ripd/librip.a sbin_PROGRAMS += ripd/ripd dist_examples_DATA += ripd/ripd.conf.sample +vtysh_scan += \ + $(top_srcdir)/ripd/rip_debug.c \ + $(top_srcdir)/ripd/rip_interface.c \ + $(top_srcdir)/ripd/rip_offset.c \ + $(top_srcdir)/ripd/rip_zebra.c \ + $(top_srcdir)/ripd/ripd.c \ + # end + if SNMP module_LTLIBRARIES += ripd/ripd_snmp.la endif +rstman8_DATA += $(MANBUILD)/ripd.8 endif ripd_librip_a_SOURCES = \ |