diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2023-11-16 20:31:52 +0100 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2023-11-17 11:27:03 +0100 |
commit | c0568d4f9e2b9319666562b0192f622b15371f6c (patch) | |
tree | 97b9b73fd372b2964f6bbc1322f3bbd21c8b9961 /lib/subdir.am | |
parent | Merge pull request #14807 from Keelan10/fix-babel-int-delete-leak (diff) | |
download | frr-c0568d4f9e2b9319666562b0192f622b15371f6c.tar.xz frr-c0568d4f9e2b9319666562b0192f622b15371f6c.zip |
lib, mgmtd: move common header to lib
The common header included from lib and other daemons should be located
in lib, not in mgmt directory.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'lib/subdir.am')
-rw-r--r-- | lib/subdir.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/subdir.am b/lib/subdir.am index 0c718d12a..c4ddb87c1 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -253,6 +253,7 @@ pkginclude_HEADERS += \ lib/memory.h \ lib/mgmt.pb-c.h \ lib/mgmt_be_client.h \ + lib/mgmt_defines.h \ lib/mgmt_fe_client.h \ lib/mgmt_msg.h \ lib/mgmt_pb.h \ |