From b455f5cde8b84b7951d309604b75a76afd8b8bfa Mon Sep 17 00:00:00 2001 From: Tim King Date: Tue, 27 Oct 2015 02:59:54 -0400 Subject: [PATCH] Adding the new mkdirs script to EXTRA_DIST. This should fix the failing nightly distcheck. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 9502afa9c..67d405765 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -489,6 +489,7 @@ EXTRA_DIST = \ include/cvc4_public.h \ include/cvc4.h \ cvc4.i \ + mksubdirs \ Makefile.theories \ smt/smt_options_template.cpp \ smt/modal_exception.i \ -- 2.30.2