diff options
| author | Christian Hopps <chopps@labn.net> | 2023-10-26 22:51:08 -0400 | 
|---|---|---|
| committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-01-12 16:11:15 +0000 | 
| commit | 5f1086a399efe0769592688459a5bba43a7ec854 (patch) | |
| tree | b4ce482fa6f7411b70b5ad85adec4a8b66a54e2f /staticd | |
| parent | 86c9e501f888dfb48856918001f4de7e7780841b (diff) | |
isisd: staticd: need to link directly against libyang
Signed-off-by: Christian Hopps <chopps@labn.net>
(cherry picked from commit 81d1d399521bb18f3fdd5353c9d58c4b3988f225)
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 62969a0a2a..42e66e4606 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-staticd.yang.c \  | 
