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 /zebra/subdir.am | |
parent | Merge pull request #8414 from idryzhov/fix-filter-cli (diff) | |
download | frr-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 'zebra/subdir.am')
-rw-r--r-- | zebra/subdir.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/subdir.am b/zebra/subdir.am index 80ea9ac7b..f0d1c5844 100644 --- a/zebra/subdir.am +++ b/zebra/subdir.am @@ -232,7 +232,7 @@ zebra_dplane_fpm_nl_la_SOURCES = zebra/dplane_fpm_nl.c zebra_dplane_fpm_nl_la_LDFLAGS = -avoid-version -module -shared -export-dynamic zebra_dplane_fpm_nl_la_LIBADD = -vtysh_scan += $(top_srcdir)/zebra/dplane_fpm_nl.c +vtysh_scan += zebra/dplane_fpm_nl.c endif if NETLINK_DEBUG |