summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2014-06-10 17:32:57 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-06-10 17:35:41 -0400
commit629824db3911ab11ae286e4b14151a537602ba5a (patch)
treef82eed6908c9cad382f8b08f25f910edc1990455 /src/Makefile.am
parentdb795eb64da6f10f2a322e33d8a0eb0ef0bb6f1b (diff)
Merging Tim's pseudoboolean work from his fmcad14 branch.
Signed-off-by: Morgan Deters <mdeters@cs.nyu.edu>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f3bd85825..34fa20c1d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -389,6 +389,8 @@ libcvc4_la_SOURCES = \
theory/arith/arith_unate_lemma_mode.cpp \
theory/arith/arith_propagation_mode.h \
theory/arith/arith_propagation_mode.cpp \
+ theory/arith/pseudoboolean_proc.h \
+ theory/arith/pseudoboolean_proc.cpp \
theory/arith/cut_log.h \
theory/arith/cut_log.cpp \
theory/arith/options_handlers.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback