summaryrefslogtreecommitdiffstats
path: root/pathd
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2021-04-13 23:56:24 +0200
committerDavid Lamparter <equinox@diac24.net>2021-04-13 23:57:14 +0200
commitc5746708478dd0c1b430de3ea6b92c8657bb4bcd (patch)
tree81023215267fe24cd103ca3053a9427d77f5513c /pathd
parentMerge pull request #8414 from idryzhov/fix-filter-cli (diff)
downloadfrr-c5746708478dd0c1b430de3ea6b92c8657bb4bcd.tar.xz
frr-c5746708478dd0c1b430de3ea6b92c8657bb4bcd.zip
build: don't use $(top_srcdir) in vtysh_scan
It's not necessary and can confuse scripts. Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'pathd')
-rw-r--r--pathd/subdir.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/pathd/subdir.am b/pathd/subdir.am
index 38df32648..4eabdd2ac 100644
--- a/pathd/subdir.am
+++ b/pathd/subdir.am
@@ -5,13 +5,13 @@
if PATHD
noinst_LIBRARIES += pathd/libpath.a
sbin_PROGRAMS += pathd/pathd
-vtysh_scan += $(top_srcdir)/pathd/path_cli.c
+vtysh_scan += pathd/path_cli.c
vtysh_daemons += pathd
# TODO add man page
#man8 += $(MANBUILD)/pathd.8
if PATHD_PCEP
-vtysh_scan += $(top_srcdir)/pathd/path_pcep_cli.c
+vtysh_scan += pathd/path_pcep_cli.c
module_LTLIBRARIES += pathd/pathd_pcep.la
endif