build: enable ibft plugin for make dist-check

(cherry picked from commit 0677b51549)
This commit is contained in:
Thomas Haller 2018-10-24 21:43:07 +02:00 committed by Beniamino Galvani
parent dd76fe3ccd
commit 036d49b398

View file

@ -167,7 +167,9 @@ DISTCHECK_CONFIGURE_FLAGS = \
--with-wext=no \
--enable-ifcfg-rh \
--enable-ifupdown \
--disable-dependency-tracking
--enable-config-plugin-ibft \
--disable-dependency-tracking \
$(NULL)
dist-configure-check:
@echo "*** 'make dist' requires '--enable-gtk-doc --enable-introspection --with-libnm-glib'. ***"