diff options
author | David Lamparter <equinox@diac24.net> | 2021-04-14 00:04:12 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2021-04-15 23:12:45 +0200 |
commit | ee4dcee834a2e16ce0085902a6c3bbd55cac99a9 (patch) | |
tree | bcae4d47383e5c358bed4d3e6c6d5159adf35f3b /lib/subdir.am | |
parent | vtysh: add lib/resolver.c to vtysh_scan (diff) | |
download | frr-ee4dcee834a2e16ce0085902a6c3bbd55cac99a9.tar.xz frr-ee4dcee834a2e16ce0085902a6c3bbd55cac99a9.zip |
vtysh: add lib/thread.c to vtysh_scan
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/subdir.am')
-rw-r--r-- | lib/subdir.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/subdir.am b/lib/subdir.am index bd24ccbfb..b7efec488 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -148,6 +148,7 @@ vtysh_scan += \ lib/routemap.c \ lib/routemap_cli.c \ lib/spf_backoff.c \ + lib/thread.c \ lib/vrf.c \ lib/vty.c \ # end |