From a330794d87890f373d8e06c91bf6d6cc9fd662ff Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Wed, 25 Dec 2013 17:18:40 -0500 Subject: [PATCH] fix for some nightly build failures --- src/util/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 2f278625a..1d6ce1a73 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -144,7 +144,8 @@ EXTRA_DIST = \ predicate.i \ uninterpreted_constant.i \ chain.i \ - regexp.i + regexp.i \ + proof.i DISTCLEANFILES = \ integer.h.tmp \ -- 2.30.2