diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-09-09 19:51:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-09 19:51:58 +0200 |
commit | 55e6c1329f78d5c672a58ff1fad86d7711a649c3 (patch) | |
tree | 9b12b90425486cd3e27487b3de46d700b29d333c /staticd | |
parent | Merge pull request #2995 from wwijkander/docpatch (diff) | |
parent | build: move RFPLDADD to bgpd/rfp-example/librfp (diff) | |
download | frr-55e6c1329f78d5c672a58ff1fad86d7711a649c3.tar.xz frr-55e6c1329f78d5c672a58ff1fad86d7711a649c3.zip |
Merge pull request #2862 from opensourcerouting/non-recursive
final non-recursive make
Diffstat (limited to 'staticd')
-rw-r--r-- | staticd/subdir.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/staticd/subdir.am b/staticd/subdir.am index 3b06a92e2..f1071545a 100644 --- a/staticd/subdir.am +++ b/staticd/subdir.am @@ -6,6 +6,8 @@ if STATICD noinst_LIBRARIES += staticd/libstatic.a sbin_PROGRAMS += staticd/staticd dist_examples_DATA += staticd/staticd.conf.sample +vtysh_scan += $(top_srcdir)/staticd/static_vty.c +rstman8_DATA += $(MANBUILD)/staticd.8 endif staticd_libstatic_a_SOURCES = \ |