summaryrefslogtreecommitdiffstats
path: root/staticd
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2023-10-27 04:51:08 +0200
committerChristian Hopps <chopps@labn.net>2023-10-27 04:53:44 +0200
commit81d1d399521bb18f3fdd5353c9d58c4b3988f225 (patch)
tree96fd2f6bc99b2300f094b865b541e2079c9e3605 /staticd
parentMerge pull request #14609 from idryzhov/cfg-apply-remove-batches (diff)
downloadfrr-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.am2
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 \