summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTim King <taking@google.com>2017-03-27 09:40:30 -0700
committerTim King <taking@google.com>2017-03-27 09:40:30 -0700
commit7b89724488085d7eed3e37520ca11d8cd1e18120 (patch)
tree0d04fdd6a44fb2b32dac3971fb8cee68a291fd08 /src/Makefile.am
parent0be62eeea95eaf27913e792c17dd79afb96b16cb (diff)
Moving the theory::Assertion struct into its own file.
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 6283a8002..1d43b4ec2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -142,6 +142,8 @@ libcvc4_la_SOURCES = \
smt/term_formula_removal.cpp \
smt/term_formula_removal.h \
smt/update_ostream.h \
+ theory/assertion.cpp \
+ theory/assertion.h \
theory/atom_requests.cpp \
theory/atom_requests.h \
theory/interrupted.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback