From 633f01911877f0cd3eab6a2f4b562fc4ab026505 Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Sat, 3 Feb 2024 22:29:40 +0200 Subject: [PATCH] mgmtd: embed frr-zebra-route-map module All used modules should be embedded to ensure work on all operating systems. Signed-off-by: Igor Ryzhov --- mgmtd/subdir.am | 1 + 1 file changed, 1 insertion(+) diff --git a/mgmtd/subdir.am b/mgmtd/subdir.am index 0af64dc0be..3eaa9567ab 100644 --- a/mgmtd/subdir.am +++ b/mgmtd/subdir.am @@ -61,6 +61,7 @@ mgmtd_mgmtd_SOURCES = \ # end 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 \ -- 2.39.5