isisd: staticd: need to link directly against libyang

Signed-off-by: Christian Hopps <chopps@labn.net>
This commit is contained in:
Christian Hopps 2023-10-26 22:51:08 -04:00
parent a709218b53
commit 81d1d39952
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ ISIS_SOURCES = \
isisd/isis_pfpacket.c \
# end
ISIS_LDADD_COMMON = lib/libfrr.la $(LIBCAP)
ISIS_LDADD_COMMON = lib/libfrr.la $(LIBCAP) $(LIBYANG_LIBS)
# Building isisd

View file

@ -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 \