[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:
Yakun Xu
2020-02-19 13:25:07 -08:00
committed by GitHub
parent cc3e5ba6f4
commit 4d1f60d82e
+4 -1
View File
@@ -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