From dbbcd076fba074f3cd97412d9afd8a3590ce771f Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Thu, 16 Feb 2017 15:57:03 +0100 Subject: [PATCH] build: disable dependency tracking on distcheck This just tests a configuration we don't typically run also potentially making distcheck a tiny bit faster. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d8e0ee9923..0376dca4c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -123,7 +123,8 @@ DISTCHECK_CONFIGURE_FLAGS = \ --with-wext=no \ --enable-ifcfg-rh \ --enable-ifupdown \ - --enable-ifnet + --enable-ifnet \ + --disable-dependency-tracking dist-configure-check: @echo "*** 'make dist' requires '--enable-gtk-doc --enable-introspection --with-libnm-glib'. ***"