summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2024-04-25 15:06:14 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2024-04-25 15:06:14 +0200
commitb472b024ea68673f9148c67eeefb18584e39b78d (patch)
tree74ba85d2a40bf84a31a49b59cb12f34e045e8b9b
parenta6040ba1f5adf7135bb75e8797d59b15a1c7f974 (diff)
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 <equinox@opensourcerouting.org>
-rw-r--r--lib/subdir.am1
-rw-r--r--mgmtd/subdir.am1
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/subdir.am b/lib/subdir.am
index 5ec6adf4c0..221c0b1e1d 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 1624c6e4f9..5182c4a47d 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