build: disable dependency tracking on distcheck

This just tests a configuration we don't typically run also potentially
making distcheck a tiny bit faster.
This commit is contained in:
Lubomir Rintel 2017-02-16 15:57:03 +01:00
parent 258382be12
commit dbbcd076fb

View file

@ -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'. ***"