summaryrefslogtreecommitdiff
path: root/src/smt/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/Makefile.am')
-rw-r--r--src/smt/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/smt/Makefile.am b/src/smt/Makefile.am
index 5cc0cedd1..9cc236a13 100644
--- a/src/smt/Makefile.am
+++ b/src/smt/Makefile.am
@@ -12,9 +12,16 @@ libsmt_la_SOURCES = \
smt_engine_scope.h \
modal_exception.h \
bad_option_exception.h \
- no_such_function_exception.h
+ no_such_function_exception.h \
+ simplification_mode.h \
+ simplification_mode.cpp
+
+nodist_libsmt_la_SOURCES = \
+ smt_options.cpp
EXTRA_DIST = \
+ options_handlers.h \
+ smt_options_template.cpp \
bad_option_exception.i \
no_such_function_exception.i \
modal_exception.i \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback