mirror of
https://github.com/espressif/openthread.git
synced 2026-08-11 21:27:46 +00:00
Fix 'make dist'. (#40)
* Include header files for distribution. * Include tests scripts for distribution. * Include docs for distribution.
This commit is contained in:
+5
-3
@@ -42,11 +42,13 @@ libopenthread_cli_a_SOURCES = \
|
||||
cli_serial.cpp \
|
||||
$(NULL)
|
||||
|
||||
include_HEADERS = \
|
||||
noinst_HEADERS = \
|
||||
cli.hpp \
|
||||
cli_serial.hpp \
|
||||
cli_server.hpp \
|
||||
cli_udp.hpp \
|
||||
$(NULL)
|
||||
|
||||
install-headers: install-includeHEADERS
|
||||
|
||||
if OPENTHREAD_BUILD_COVERAGE
|
||||
CLEANFILES = $(wildcard *.gcda *.gcno)
|
||||
endif # OPENTHREAD_BUILD_COVERAGE
|
||||
|
||||
Reference in New Issue
Block a user