diff --git a/examples/Makefile.am b/examples/Makefile.am index 3c0098421..cee5b62c1 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -41,11 +41,11 @@ EXTRA_DIST = \ # Always build (e.g. for 'make all') these subdirectories. -if OPENTHREAD_ENABLE_EXAMPLES SUBDIRS = \ platforms \ $(NULL) +if OPENTHREAD_ENABLE_EXAMPLES SUBDIRS += \ apps \ $(NULL)