summaryrefslogtreecommitdiff
path: root/sharpd/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 /sharpd/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 'sharpd/subdir.am')
-rw-r--r--sharpd/subdir.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sharpd/subdir.am b/sharpd/subdir.am
index 8b32b2370c..b0280e2a0e 100644
--- a/sharpd/subdir.am
+++ b/sharpd/subdir.am
@@ -6,7 +6,7 @@ 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
+vtysh_scan += sharpd/sharp_vty.c
man8 += $(MANBUILD)/frr-sharpd.8
endif