From b472b024ea68673f9148c67eeefb18584e39b78d Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Thu, 25 Apr 2024 15:06:14 +0200 Subject: [PATCH] yang: ietf-netconf-acm needs to be in libfrr ietf-key-chain depends on ietf-netconf-acm, and lib/ code sets up the former, so ietf-netconf-acm needs to be embedded in the libfrr too. Signed-off-by: David Lamparter --- lib/subdir.am | 1 + mgmtd/subdir.am | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/subdir.am b/lib/subdir.am index 5ec6adf4c0a0..221c0b1e1d87 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -153,6 +153,7 @@ nodist_lib_libfrr_la_SOURCES = \ yang/frr-nexthop.yang.c \ yang/ietf/frr-deviations-ietf-key-chain.yang.c \ yang/ietf/ietf-routing-types.yang.c \ + yang/ietf/ietf-netconf-acm.yang.c \ yang/ietf/ietf-key-chain.yang.c \ yang/ietf/ietf-interfaces.yang.c \ yang/ietf/ietf-bgp-types.yang.c \ diff --git a/mgmtd/subdir.am b/mgmtd/subdir.am index 1624c6e4f939..5182c4a47d37 100644 --- a/mgmtd/subdir.am +++ b/mgmtd/subdir.am @@ -61,7 +61,6 @@ mgmtd_mgmtd_SOURCES = \ nodist_mgmtd_mgmtd_SOURCES = \ yang/frr-zebra.yang.c \ yang/frr-zebra-route-map.yang.c \ - yang/ietf/ietf-netconf-acm.yang.c \ yang/ietf/ietf-netconf.yang.c \ yang/ietf/ietf-netconf-with-defaults.yang.c \ # nothing