diff options
author | Christian Hopps <chopps@labn.net> | 2024-01-30 07:27:35 +0100 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2024-01-30 21:41:26 +0100 |
commit | 1e884ba12f2debb0a9003a0b65a811f5ce713c80 (patch) | |
tree | 87d1aa5809653237d8352873018f66260e49c3c0 /mgmtd/subdir.am | |
parent | tests: add YANG notification test (diff) | |
download | frr-1e884ba12f2debb0a9003a0b65a811f5ce713c80.tar.xz frr-1e884ba12f2debb0a9003a0b65a811f5ce713c80.zip |
mgmtd: backend subscriptions to notifications
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to '')
-rw-r--r-- | mgmtd/subdir.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mgmtd/subdir.am b/mgmtd/subdir.am index a3955925e..ab3d25819 100644 --- a/mgmtd/subdir.am +++ b/mgmtd/subdir.am @@ -48,7 +48,10 @@ noinst_HEADERS += \ zebra/zebra_cli.h \ # end -sbin_PROGRAMS += mgmtd/mgmtd +sbin_PROGRAMS += mgmtd/mgmtd mgmtd/mgmtd_testc + +mgmtd_mgmtd_testc_SOURCES = mgmtd/mgmt_testc.c +mgmtd_mgmtd_testc_LDADD = lib/libfrr.la mgmtd_mgmtd_SOURCES = \ mgmtd/mgmt_main.c \ |