From f9a4fe48a4ec2355f8fec93d3f47242577df2511 Mon Sep 17 00:00:00 2001 From: Dejan Jovanović Date: Wed, 5 Jan 2011 03:21:35 +0000 Subject: Commit for the theory engine and rewriter changes. Changes are substantial and not yet finalized but I need to put it in to work further with the theory writers. Please check the files that you 'own'. Any comments or discussion is welcome. Further details will be coming in a follow up email later. --- src/theory/booleans/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/theory/booleans/Makefile.am') diff --git a/src/theory/booleans/Makefile.am b/src/theory/booleans/Makefile.am index c8a9b4dbd..0263ae017 100644 --- a/src/theory/booleans/Makefile.am +++ b/src/theory/booleans/Makefile.am @@ -8,6 +8,8 @@ noinst_LTLIBRARIES = libbooleans.la libbooleans_la_SOURCES = \ theory_bool.h \ theory_bool.cpp \ - theory_bool_type_rules.h + theory_bool_type_rules.h \ + theory_bool_rewriter.h \ + theory_bool_rewriter.cpp EXTRA_DIST = kinds -- cgit v1.2.3