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.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index c70553c3e..8baf872d2 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -5,4 +5,6 @@ AM_CPPFLAGS = -D__BUILDING_CVC4LIB
noinst_LTLIBRARIES = libutil.la
libutil_la_SOURCES = \
- command.cpp
+ command.cpp \
+ decision_engine.cpp \
+ output.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback