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 /ripngd | |
| parent | aad24c5ba61c7219bad009d849ad84e7f057813f (diff) | |
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 'ripngd')
| -rw-r--r-- | ripngd/subdir.am | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/ripngd/subdir.am b/ripngd/subdir.am index 1f7ff09d6e..0948b23342 100644 --- a/ripngd/subdir.am +++ b/ripngd/subdir.am @@ -5,6 +5,14 @@  if RIPNGD  noinst_LIBRARIES += ripngd/libripng.a  sbin_PROGRAMS += ripngd/ripngd +vtysh_scan += \ +	$(top_srcdir)/ripngd/ripng_debug.c \ +	$(top_srcdir)/ripngd/ripng_interface.c \ +	$(top_srcdir)/ripngd/ripng_offset.c \ +	$(top_srcdir)/ripngd/ripng_zebra.c \ +	$(top_srcdir)/ripngd/ripngd.c \ +	# end +rstman8_DATA += $(MANBUILD)/ripngd.8  endif  ripngd_libripng_a_SOURCES = \  | 
