From 8790457c463476a4ecec0edff07482f707b84fc2 Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Thu, 6 Jul 2023 18:24:48 -0400 Subject: lib: add simplified native msg support This is intended to replace protobuf use in mgmtd. Signed-off-by: Christian Hopps --- lib/subdir.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/subdir.am') diff --git a/lib/subdir.am b/lib/subdir.am index c4ddb87c1..1dde70646 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -68,6 +68,7 @@ lib_libfrr_la_SOURCES = \ lib/mgmt_be_client.c \ lib/mgmt_fe_client.c \ lib/mgmt_msg.c \ + lib/mgmt_msg_native.c \ lib/mlag.c \ lib/module.c \ lib/mpls.c \ @@ -256,6 +257,7 @@ pkginclude_HEADERS += \ lib/mgmt_defines.h \ lib/mgmt_fe_client.h \ lib/mgmt_msg.h \ + lib/mgmt_msg_native.h \ lib/mgmt_pb.h \ lib/module.h \ lib/monotime.h \ -- cgit v1.2.3