diff options
| author | David Lamparter <equinox@diac24.net> | 2018-08-18 06:05:07 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2018-10-25 17:30:21 +0200 | 
| commit | e54103101bddea223a994d645d0f150014d46771 (patch) | |
| tree | 352752b06390fd1df1e63ebb934557e80a7a46a7 /ospfd | |
| parent | b1c41d1cf9ba8eb777d251a37765f36531854f78 (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 'ospfd')
| -rw-r--r-- | ospfd/subdir.am | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/ospfd/subdir.am b/ospfd/subdir.am index cd659a9bc9..2b42b5230b 100644 --- a/ospfd/subdir.am +++ b/ospfd/subdir.am @@ -6,9 +6,20 @@ if OSPFD  noinst_LIBRARIES += ospfd/libfrrospf.a  sbin_PROGRAMS += ospfd/ospfd  dist_examples_DATA += ospfd/ospfd.conf.sample +vtysh_scan += \ +	$(top_srcdir)/ospfd/ospf_bfd.c \ +	$(top_srcdir)/ospfd/ospf_dump.c \ +	$(top_srcdir)/ospfd/ospf_opaque.c \ +	$(top_srcdir)/ospfd/ospf_ri.c \ +	$(top_srcdir)/ospfd/ospf_routemap.c \ +	$(top_srcdir)/ospfd/ospf_te.c \ +	$(top_srcdir)/ospfd/ospf_sr.c \ +	$(top_srcdir)/ospfd/ospf_vty.c \ +	# end  if SNMP  module_LTLIBRARIES += ospfd/ospfd_snmp.la  endif +rstman8_DATA += $(MANBUILD)/ospfd.8  endif  ospfd_libfrrospf_a_SOURCES = \  | 
