diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-09-09 13:51:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-09 13:51:58 -0400 |
| commit | 55e6c1329f78d5c672a58ff1fad86d7711a649c3 (patch) | |
| tree | 9b12b90425486cd3e27487b3de46d700b29d333c /ldpd | |
| parent | 879fbc3ec87976d3575e091dc90b671f490468f0 (diff) | |
| parent | 82f9e9b35839e849a83e8a9341ca1a1ca4a1e537 (diff) | |
Merge pull request #2862 from opensourcerouting/non-recursive
final non-recursive make
Diffstat (limited to 'ldpd')
| -rw-r--r-- | ldpd/.gitignore | 15 | ||||
| -rw-r--r-- | ldpd/subdir.am | 2 |
2 files changed, 2 insertions, 15 deletions
diff --git a/ldpd/.gitignore b/ldpd/.gitignore index a2f4b51698..ec8a5c4086 100644 --- a/ldpd/.gitignore +++ b/ldpd/.gitignore @@ -1,17 +1,2 @@ -!Makefile -Makefile.in -*.o ldpd ldpd.conf -tags -TAGS -.deps -.nfs* -*.lo -*.la -*.a -*.libs -.arch-inventory -.arch-ids -*~ -*.loT diff --git a/ldpd/subdir.am b/ldpd/subdir.am index 2d87be0cda..b42f401f25 100644 --- a/ldpd/subdir.am +++ b/ldpd/subdir.am @@ -6,6 +6,8 @@ if LDPD noinst_LIBRARIES += ldpd/libldp.a sbin_PROGRAMS += ldpd/ldpd dist_examples_DATA += ldpd/ldpd.conf.sample +vtysh_scan += $(top_srcdir)/ldpd/ldp_vty_cmds.c +rstman8_DATA += $(MANBUILD)/ldpd.8 endif ldpd_libldp_a_SOURCES = \ |
