diff options
| author | David Lamparter <equinox@diac24.net> | 2021-04-13 23:56:24 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2021-04-13 23:57:14 +0200 | 
| commit | c5746708478dd0c1b430de3ea6b92c8657bb4bcd (patch) | |
| tree | 81023215267fe24cd103ca3053a9427d77f5513c /pathd/subdir.am | |
| parent | 0ae24ff56611e9151e0c061910ad34fee9fac53b (diff) | |
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/subdir.am')
| -rw-r--r-- | pathd/subdir.am | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/pathd/subdir.am b/pathd/subdir.am index 38df326489..4eabdd2ac5 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  | 
