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 /sharpd | |
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 'sharpd')
-rw-r--r-- | sharpd/.gitignore | 15 | ||||
-rw-r--r-- | sharpd/subdir.am | 2 |
2 files changed, 2 insertions, 15 deletions
diff --git a/sharpd/.gitignore b/sharpd/.gitignore index cc33cfc18..91b9f2e90 100644 --- a/sharpd/.gitignore +++ b/sharpd/.gitignore @@ -1,17 +1,2 @@ -Makefile -Makefile.in -*.o -tags -TAGS -.deps -.nfs* -*.lo -*.la -*.a -*.libs -.arch-inventory -.arch-ids -*~ -*.loT sharpd sharpd.conf diff --git a/sharpd/subdir.am b/sharpd/subdir.am index 490a2ba78..ecc62af14 100644 --- a/sharpd/subdir.am +++ b/sharpd/subdir.am @@ -6,6 +6,8 @@ if SHARPD noinst_LIBRARIES += sharpd/libsharp.a sbin_PROGRAMS += sharpd/sharpd dist_examples_DATA += sharpd/sharpd.conf.sample +vtysh_scan += $(top_srcdir)/sharpd/sharp_vty.c +rstman8_DATA += $(MANBUILD)/sharpd.8 endif sharpd_libsharp_a_SOURCES = \ |