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 /vrrpd | |
| 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 'vrrpd')
| -rw-r--r-- | vrrpd/subdir.am | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/vrrpd/subdir.am b/vrrpd/subdir.am index 07358e0383..5052b5c291 100644 --- a/vrrpd/subdir.am +++ b/vrrpd/subdir.am @@ -6,7 +6,7 @@ if VRRPD  noinst_LIBRARIES += vrrpd/libvrrp.a  sbin_PROGRAMS += vrrpd/vrrpd  # dist_examples_DATA += staticd/staticd.conf.sample -vtysh_scan += $(top_srcdir)/vrrpd/vrrp_vty.c +vtysh_scan += vrrpd/vrrp_vty.c  man8 += $(MANBUILD)/frr-vrrpd.8  endif  | 
