From d9c2c9a4c7fb1c213f420715dc546293418b4479 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Wed, 11 Jun 2014 16:55:50 -0400 Subject: [PATCH] Fix an omission in bv sources. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 9531db0ce..810e3302a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -216,6 +216,7 @@ libcvc4_la_SOURCES = \ theory/bv/options_handlers.h \ theory/bv/bitblast_mode.h \ theory/bv/bitblast_mode.cpp \ + theory/bv/bitblast_utils.h \ theory/idl/idl_model.h \ theory/idl/idl_model.cpp \ theory/idl/idl_assertion.h \ -- 2.30.2