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 /mgmtd/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 'mgmtd/subdir.am')
-rw-r--r-- | mgmtd/subdir.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mgmtd/subdir.am b/mgmtd/subdir.am index 67b45d5bd..89a6596f4 100644 --- a/mgmtd/subdir.am +++ b/mgmtd/subdir.am @@ -33,11 +33,6 @@ mgmtd_libmgmtd_a_SOURCES = \ mgmtd/mgmt_vty.c \ # end -mgmtdheaderdir = $(pkgincludedir)/mgmtd -mgmtdheader_HEADERS = \ - mgmtd/mgmt_defines.h \ - # end - noinst_HEADERS += \ mgmtd/mgmt.h \ mgmtd/mgmt_be_adapter.h \ |