mirror of
https://github.com/espressif/openthread.git
synced 2026-08-18 00:19:52 +00:00
[build] do not export openthread/config.h (#4561)
openthread/config.h is just used when building OpenThread, and does not contain OpenThread APIs.
This commit is contained in:
@@ -54,7 +54,6 @@ openthread_headers = \
|
||||
coap_secure.h \
|
||||
coap.h \
|
||||
commissioner.h \
|
||||
config.h \
|
||||
crypto.h \
|
||||
border_agent.h \
|
||||
border_router.h \
|
||||
@@ -93,6 +92,10 @@ dist_openthread_HEADERS = $(openthread_headers)
|
||||
include_HEADERS = \
|
||||
$(NULL)
|
||||
|
||||
noinst_HEADERS = \
|
||||
config.h \
|
||||
$(NULL)
|
||||
|
||||
install-headers: install-includeHEADERS
|
||||
|
||||
include $(abs_top_nlbuild_autotools_dir)/automake/post.am
|
||||
|
||||
Reference in New Issue
Block a user