summaryrefslogtreecommitdiffstats
path: root/ripd
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 /ripd
parentMerge pull request #6249 from chiragshah6/yang_nb5 (diff)
downloadfrr-2768748b88f4133d10835255845e64a4e1e365e6.tar.xz
frr-2768748b88f4133d10835255845e64a4e1e365e6.zip
build: use VPATH for vtysh_scan
No need to put $(top_srcdir) everywhere. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ripd')
-rw-r--r--ripd/subdir.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/ripd/subdir.am b/ripd/subdir.am
index 00984672e..0a653412b 100644
--- a/ripd/subdir.am
+++ b/ripd/subdir.am
@@ -7,9 +7,9 @@ noinst_LIBRARIES += ripd/librip.a
sbin_PROGRAMS += ripd/ripd
dist_examples_DATA += ripd/ripd.conf.sample
vtysh_scan += \
- $(top_srcdir)/ripd/rip_cli.c \
- $(top_srcdir)/ripd/rip_debug.c \
- $(top_srcdir)/ripd/ripd.c \
+ ripd/rip_cli.c \
+ ripd/rip_debug.c \
+ ripd/ripd.c \
# end
if SNMP