From 2a11d43e280b62beba558f84217ce941954e09da Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 30 Dec 2009 21:18:52 +0100 Subject: Disable introspection for distcheck There's a (apparently) nasty circular dependency issue when doing distcheck with introspection enabled. The .gir file needs the epiphany binary to be built, so basically when doing the dist part of check copying the files to the temp directory we trigger a full build. This would be already bad, but on top of that it does not work, since we use BUILT_SOURCES for some generated files, which does not work during 'make dist'. So disable it while we figure this out. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c76d1a998..5b5d1d1b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,7 @@ DISTCLEANFILES = \ DISTCHECK_CONFIGURE_FLAGS = \ --enable-zeroconf \ --enable-gtk-doc \ + --disable-introspection \ --disable-schemas-install \ --disable-scrollkeeper -- cgit