From f81570eb7518da5bfe2562c0e2138caf4a401944 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 14 Sep 2018 13:53:55 +0200 Subject: [PATCH] build: Enable all optional features during distcheck --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f44e27e8..02a6024f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -351,7 +351,11 @@ AM_CFLAGS = -fvisibility=hidden CLEANFILES = src/iwd.service -DISTCHECK_CONFIGURE_FLAGS = --disable-dbus-policy --disable-systemd-service +DISTCHECK_CONFIGURE_FLAGS = --disable-dbus-policy --disable-systemd-service \ + --enable-sim-hardcoded \ + --enable-ofono \ + --enable-wired \ + --enable-tools DISTCLEANFILES = $(BUILT_SOURCES) $(unit_tests) $(manual_pages)