From a4b3fe719886c091a0350467a3778370947094ea Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Thu, 8 Sep 2016 20:00:46 -0700 Subject: [PATCH] Add --enable-commissioner and --enable-joiner to AM_DISTCHECK_CONFIGURE_FLAGS. (#546) --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index a4a44c9e2..ec817370b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,6 +35,8 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ --enable-ncp \ --enable-diag \ --with-examples=posix \ + --enable-commissioner \ + --enable-joiner \ $(NULL) SUBDIRS = \