summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-07-06 20:58:31 +0100
committerGitHub <noreply@github.com>2018-07-06 20:58:31 +0100
commit97ab81d20887f58c90365ba622c7c84148ca8033 (patch)
tree3a0783de8a7e04c3e9af81394acbc6ed328f3660 /src/Makefile.am
parentc7b228cb620cdb7736cdcc30e486797cf6282b66 (diff)
Split ext theory to own file and document (#1809)
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 917fc6ef3..71a66db59 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -369,6 +369,8 @@ libcvc4_la_SOURCES = \
theory/datatypes/theory_datatypes_type_rules.h \
theory/datatypes/type_enumerator.cpp \
theory/datatypes/type_enumerator.h \
+ theory/ext_theory.cpp \
+ theory/ext_theory.h \
theory/fp/theory_fp.cpp \
theory/fp/theory_fp.h \
theory/fp/theory_fp_rewriter.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback