mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
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>
This commit is contained in:
parent
a6040ba1f5
commit
b472b024ea
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue