diff options
| author | David Lamparter <equinox@diac24.net> | 2020-04-15 10:45:08 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2020-04-27 09:30:01 +0200 | 
| commit | 2768748b88f4133d10835255845e64a4e1e365e6 (patch) | |
| tree | 093a9bb724b40b5364e5704e55cb8078f1d46f71 /sharpd/subdir.am | |
| parent | 98dc08cddaaf01be7c5c577e4dd8443cbaabbe78 (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.am | 2 | 
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  | 
