Move example apps to C-only API. (#99)

This commit is contained in:
Jonathan Hui
2016-06-02 18:38:27 -07:00
parent 1d5dae8578
commit c3009d0361
21 changed files with 221 additions and 65 deletions
+6
View File
@@ -31,21 +31,27 @@ include $(abs_top_nlbuild_autotools_dir)/automake/pre.am
# Always package (e.g. for 'make dist') these subdirectories.
DIST_SUBDIRS = \
cli \
crypto \
ncp \
platform \
$(NULL)
# Always build (e.g. for 'make all') these subdirectories.
SUBDIRS = \
cli \
crypto \
ncp \
platform \
$(NULL)
# Always pretty (e.g. for 'make pretty') these subdirectories.
PRETTY_SUBDIRS = \
cli \
crypto \
ncp \
platform \
$(NULL)