summaryrefslogtreecommitdiffstats
path: root/mgmtd/subdir.am
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2023-11-16 20:31:52 +0100
committerIgor Ryzhov <iryzhov@nfware.com>2023-11-17 11:27:03 +0100
commitc0568d4f9e2b9319666562b0192f622b15371f6c (patch)
tree97b9b73fd372b2964f6bbc1322f3bbd21c8b9961 /mgmtd/subdir.am
parentMerge pull request #14807 from Keelan10/fix-babel-int-delete-leak (diff)
downloadfrr-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.am5
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 \