From 6a5fb6d945b109921cb9b6117f4ede0b6d110c08 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Fri, 6 Apr 2012 20:44:12 +0000 Subject: [PATCH] fix distributed builds (and therefore the Debian nightly build) by ignoring Makefile.am files under src/prop/cryptominisat. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b4471a0fe..47df960d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1061,7 +1061,7 @@ AC_SUBST(MAN_DATE) AC_CONFIG_FILES([ Makefile.builds Makefile] - m4_esyscmd([find contrib src test examples -name Makefile.am | grep -v '^contrib/theoryskel/' | sort | sed 's,\.am$,,']) + m4_esyscmd([find contrib src test examples -name Makefile.am | grep -v '^contrib/theoryskel/' | grep -v '^src/prop/cryptominisat/' | sort | sed 's,\.am$,,']) ) if test $cvc4_has_threads = yes; then -- 2.30.2