diff options
author | Christian Hopps <chopps@labn.net> | 2023-10-27 04:51:08 +0200 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2023-10-27 04:53:44 +0200 |
commit | 81d1d399521bb18f3fdd5353c9d58c4b3988f225 (patch) | |
tree | 96fd2f6bc99b2300f094b865b541e2079c9e3605 /staticd | |
parent | Merge pull request #14609 from idryzhov/cfg-apply-remove-batches (diff) | |
download | frr-81d1d399521bb18f3fdd5353c9d58c4b3988f225.tar.xz frr-81d1d399521bb18f3fdd5353c9d58c4b3988f225.zip |
isisd: staticd: need to link directly against libyang
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'staticd')
-rw-r--r-- | staticd/subdir.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/staticd/subdir.am b/staticd/subdir.am index 022428281..07ebe3c02 100644 --- a/staticd/subdir.am +++ b/staticd/subdir.am @@ -36,7 +36,7 @@ clippy_scan += \ # end staticd_staticd_SOURCES = staticd/static_main.c -staticd_staticd_LDADD = staticd/libstatic.a lib/libfrr.la $(LIBCAP) +staticd_staticd_LDADD = staticd/libstatic.a lib/libfrr.la $(LIBCAP) $(LIBYANG_LIBS) nodist_staticd_staticd_SOURCES = \ yang/frr-bfdd.yang.c \ |