From c06179938c8d5deb59822f28482304e2589baf69 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Fri, 7 Dec 2018 08:39:35 -0800 Subject: [PATCH] [examples] always build examples/platforms/utils (#3355) --- examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)