From dd91d0d79c8afb0926579ca07af69f99f99e3be0 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 15 Jun 2018 17:16:08 +0200 Subject: [PATCH] build: fix `make distcheck` by building --with-libnm-glib During make-distcheck we pre-generate documentation. For that we need to build with libnm-glib enabled. Fixes: df58895fb3479c4f00b9107126759d138250fef2 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index bd8194eb7..7eef51d38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -128,6 +128,7 @@ check_so_symbols = \ DISTCHECK_CONFIGURE_FLAGS = \ --enable-tests=yes \ --with-valgrind=no \ + --with-libnm-glib=yes \ --enable-gtk-doc \ --enable-more-warnings=error \ --with-udev-dir=$$dc_install_base/lib/udev \