diff --git a/examples/Makefile.am b/examples/Makefile.am index 0b1db1aad..e0b1051bc 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -41,9 +41,12 @@ EXTRA_DIST = \ # Always build (e.g. for 'make all') these subdirectories. -if OPENTHREAD_EXAMPLES SUBDIRS = \ platforms \ + $(NULL) + +if OPENTHREAD_EXAMPLES +SUBDIRS += \ apps \ $(NULL) endif