summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2017-11-13 13:39:35 -0600
committerGitHub <noreply@github.com>2017-11-13 13:39:35 -0600
commitfe1e4b00df9b55c04dcca9ce04560a432682fd87 (patch)
tree15481f12b41457a88773a418e8403980e04d2b70 /src/Makefile.am
parent8c04e55f16faebbe552752e2ff76ffda5a9fb21f (diff)
Implement enumerator for functions. (#1243)
* Implement enumerator for functions. * Address review. * Minor * Format * Improve comment. * Format
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5ddfbf5c7..c78e75426 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -277,6 +277,7 @@ libcvc4_la_SOURCES = \
theory/builtin/theory_builtin_rewriter.cpp \
theory/builtin/theory_builtin_rewriter.h \
theory/builtin/theory_builtin_type_rules.h \
+ theory/builtin/type_enumerator.cpp \
theory/builtin/type_enumerator.h \
theory/bv/abstraction.cpp \
theory/bv/abstraction.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback