Disable mime database update during make distcheck

Updating the mime database creates files in the install directory, and
these files are not cleaned up on make uninstall, so this causes a make
distcheck failure.
This commit is contained in:
Christophe Fergeau 2013-12-18 17:19:03 +01:00
parent 71eac4bc67
commit a6d5acdf6a

View File

@ -4,6 +4,7 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = icons src man po data
AM_DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb
EXTRA_DIST = \
$(PACKAGE).spec \
intltool-extract.in \