build: enable ibft plugin for make dist-check

This commit is contained in:
Thomas Haller 2018-10-24 21:43:07 +02:00
parent b660a41c7c
commit 0677b51549

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