mirror of
https://github.com/espressif/openthread.git
synced 2026-09-08 18:20:06 +00:00
Install public headers. (#102)
This commit is contained in:
@@ -28,10 +28,13 @@
|
||||
|
||||
include $(abs_top_nlbuild_autotools_dir)/automake/pre.am
|
||||
|
||||
include_HEADERS = \
|
||||
ot_cli_headers = \
|
||||
cli-serial.h \
|
||||
$(NULL)
|
||||
|
||||
ot_clidir = $(includedir)/cli
|
||||
dist_ot_cli_HEADERS = $(ot_cli_headers)
|
||||
|
||||
install-headers: install-includeHEADERS
|
||||
|
||||
include $(abs_top_nlbuild_autotools_dir)/automake/post.am
|
||||
|
||||
@@ -28,11 +28,14 @@
|
||||
|
||||
include $(abs_top_nlbuild_autotools_dir)/automake/pre.am
|
||||
|
||||
include_HEADERS = \
|
||||
ot_crypto_headers = \
|
||||
aes_ecb.h \
|
||||
hmac_sha256.h \
|
||||
$(NULL)
|
||||
|
||||
ot_cryptodir = $(includedir)/crypto
|
||||
dist_ot_crypto_HEADERS = $(ot_crypto_headers)
|
||||
|
||||
install-headers: install-includeHEADERS
|
||||
|
||||
include $(abs_top_nlbuild_autotools_dir)/automake/post.am
|
||||
|
||||
@@ -28,10 +28,13 @@
|
||||
|
||||
include $(abs_top_nlbuild_autotools_dir)/automake/pre.am
|
||||
|
||||
include_HEADERS = \
|
||||
ot_ncp_headers = \
|
||||
ncp.h \
|
||||
$(NULL)
|
||||
|
||||
ot_ncpdir = $(includedir)/ncp
|
||||
dist_ot_ncp_HEADERS = $(ot_ncp_headers)
|
||||
|
||||
install-headers: install-includeHEADERS
|
||||
|
||||
include $(abs_top_nlbuild_autotools_dir)/automake/post.am
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
include $(abs_top_nlbuild_autotools_dir)/automake/pre.am
|
||||
|
||||
include_HEADERS = \
|
||||
ot_platform_headers =\
|
||||
alarm.h \
|
||||
logging.h \
|
||||
radio.h \
|
||||
@@ -36,6 +36,9 @@ include_HEADERS = \
|
||||
serial.h \
|
||||
$(NULL)
|
||||
|
||||
ot_platformdir = $(includedir)/platform
|
||||
dist_ot_platform_HEADERS = $(ot_platform_headers)
|
||||
|
||||
install-headers: install-includeHEADERS
|
||||
|
||||
include $(abs_top_nlbuild_autotools_dir)/automake/post.am
|
||||
|
||||
Reference in New Issue
Block a user