diff options
| author | Christian Hopps <chopps@labn.net> | 2023-10-26 22:51:08 -0400 | 
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2023-10-26 22:53:44 -0400 | 
| commit | 81d1d399521bb18f3fdd5353c9d58c4b3988f225 (patch) | |
| tree | 96fd2f6bc99b2300f094b865b541e2079c9e3605 /staticd | |
| parent | a709218b53830c13d3f03501106fbc7802ff4267 (diff) | |
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 022428281f..07ebe3c02c 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 \  | 
