From 2768748b88f4133d10835255845e64a4e1e365e6 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 15 Apr 2020 10:45:08 +0200 Subject: build: use VPATH for vtysh_scan No need to put $(top_srcdir) everywhere. Signed-off-by: David Lamparter --- ripngd/subdir.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ripngd') diff --git a/ripngd/subdir.am b/ripngd/subdir.am index 4e219c994..b0b06731c 100644 --- a/ripngd/subdir.am +++ b/ripngd/subdir.am @@ -6,9 +6,9 @@ if RIPNGD noinst_LIBRARIES += ripngd/libripng.a sbin_PROGRAMS += ripngd/ripngd vtysh_scan += \ - $(top_srcdir)/ripngd/ripng_cli.c \ - $(top_srcdir)/ripngd/ripng_debug.c \ - $(top_srcdir)/ripngd/ripngd.c \ + ripngd/ripng_cli.c \ + ripngd/ripng_debug.c \ + ripngd/ripngd.c \ # end man8 += $(MANBUILD)/frr-ripngd.8 endif -- cgit v1.2.3