summaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index cca98db60..df787d049 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -100,6 +100,8 @@ libutil_la_SOURCES = \
didyoumean.cpp \
unsat_core.h \
unsat_core.cpp \
+ floatingpoint.h \
+ floatingpoint.cpp \
resource_manager.h \
resource_manager.cpp \
unsafe_interrupt_exception.h
@@ -164,7 +166,8 @@ EXTRA_DIST = \
resource_manager.i \
unsafe_interrupt_exception.i \
proof.i \
- unsat_core.i
+ unsat_core.i \
+ floatingpoint.i
DISTCLEANFILES = \
integer.h.tmp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback