summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2013-07-09 15:43:28 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2013-07-09 15:43:39 -0500
commita15f4a0e27ab42fb49f1d0cc9197e286862b8426 (patch)
tree6293969f041e9ed04820a4fac6903313f32a06f6 /src/theory/quantifiers/Makefile.am
parent446cba594a8b26c03aabb2385b18c2ccad637f2f (diff)
add relevant domain computation
Diffstat (limited to 'src/theory/quantifiers/Makefile.am')
-rw-r--r--src/theory/quantifiers/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/theory/quantifiers/Makefile.am b/src/theory/quantifiers/Makefile.am
index 0339fbcd8..80011868b 100644
--- a/src/theory/quantifiers/Makefile.am
+++ b/src/theory/quantifiers/Makefile.am
@@ -50,7 +50,9 @@ libquantifiers_la_SOURCES = \
first_order_reasoning.h \
first_order_reasoning.cpp \
rewrite_engine.h \
- rewrite_engine.cpp
+ rewrite_engine.cpp \
+ relevant_domain.h \
+ relevant_domain.cpp
EXTRA_DIST = \
kinds \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback