summaryrefslogtreecommitdiffstats
path: root/lib/subdir.am
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2023-03-08 23:11:00 +0100
committerChristian Hopps <chopps@gmail.com>2023-03-22 06:22:56 +0100
commitc9f0e90b60768d74bc3e7904551bf45bd62ba6cd (patch)
tree78a63077ec57d71141e2e4fd9af8364db937ccc0 /lib/subdir.am
parentstaticd: handle `distance` value (diff)
downloadfrr-c9f0e90b60768d74bc3e7904551bf45bd62ba6cd.tar.xz
frr-c9f0e90b60768d74bc3e7904551bf45bd62ba6cd.zip
lib: new message library for mgmtd client and adapters
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to '')
-rw-r--r--lib/subdir.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/subdir.am b/lib/subdir.am
index 84a35417e..d456629bb 100644
--- a/lib/subdir.am
+++ b/lib/subdir.am
@@ -66,6 +66,7 @@ lib_libfrr_la_SOURCES = \
lib/memory.c \
lib/mgmt_be_client.c \
lib/mgmt_fe_client.c \
+ lib/mgmt_msg.c \
lib/mlag.c \
lib/module.c \
lib/mpls.c \
@@ -244,6 +245,7 @@ pkginclude_HEADERS += \
lib/mgmt.pb-c.h \
lib/mgmt_be_client.h \
lib/mgmt_fe_client.h \
+ lib/mgmt_msg.h \
lib/mgmt_pb.h \
lib/module.h \
lib/monotime.h \