summaryrefslogtreecommitdiff
path: root/bfdd/subdir.am
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2020-04-15 10:45:08 +0200
committerDavid Lamparter <equinox@diac24.net>2020-04-27 09:30:01 +0200
commit2768748b88f4133d10835255845e64a4e1e365e6 (patch)
tree093a9bb724b40b5364e5704e55cb8078f1d46f71 /bfdd/subdir.am
parent98dc08cddaaf01be7c5c577e4dd8443cbaabbe78 (diff)
build: use VPATH for vtysh_scan
No need to put $(top_srcdir) everywhere. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'bfdd/subdir.am')
-rw-r--r--bfdd/subdir.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfdd/subdir.am b/bfdd/subdir.am
index 254329e221..e12ae37195 100644
--- a/bfdd/subdir.am
+++ b/bfdd/subdir.am
@@ -6,8 +6,8 @@ if BFDD
noinst_LIBRARIES += bfdd/libbfd.a
sbin_PROGRAMS += bfdd/bfdd
dist_examples_DATA += bfdd/bfdd.conf.sample
-vtysh_scan += $(top_srcdir)/bfdd/bfdd_vty.c
-vtysh_scan += $(top_srcdir)/bfdd/bfdd_cli.c
+vtysh_scan += bfdd/bfdd_vty.c
+vtysh_scan += bfdd/bfdd_cli.c
man8 += $(MANBUILD)/frr-bfdd.8
endif