summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-08-15 13:02:46 -0500
committerGitHub <noreply@github.com>2018-08-15 13:02:46 -0500
commit4748af3ee298ce5aae36a8ab8cad4426d1398c17 (patch)
tree94ce5eb140a1f5898b9145a9ecc1ebe92b0ced0e /src/Makefile.am
parente09be1045fc6cc8c5373f9eb96137add66b8d5d5 (diff)
Make sort inference a preprocessing pass (#2309)
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 c2a620f57..43aa70174 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -85,6 +85,8 @@ libcvc4_la_SOURCES = \
preprocessing/passes/rewrite.h \
preprocessing/passes/sep_skolem_emp.cpp \
preprocessing/passes/sep_skolem_emp.h \
+ preprocessing/passes/sort_infer.cpp \
+ preprocessing/passes/sort_infer.h \
preprocessing/passes/static_learning.cpp \
preprocessing/passes/static_learning.h \
preprocessing/passes/symmetry_breaker.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback