summaryrefslogtreecommitdiff
path: root/src/theory/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/Makefile.am')
-rw-r--r--src/theory/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/theory/Makefile.am b/src/theory/Makefile.am
index 951dbeb78..d71ae842f 100644
--- a/src/theory/Makefile.am
+++ b/src/theory/Makefile.am
@@ -15,7 +15,9 @@ libtheory_la_SOURCES = \
libtheory_la_LIBADD = \
@builddir@/booleans/libbooleans.la \
@builddir@/uf/libuf.la \
- @builddir@/arith/libarith.la
+ @builddir@/arith/libarith.la \
+ @builddir@/arrays/libarrays.la \
+ @builddir@/bv/libbv.la
EXTRA_DIST = \
@srcdir@/theoryof_table.h \
@@ -36,4 +38,4 @@ BUILT_SOURCES = @srcdir@/theoryof_table.h
dist-hook: @srcdir@/theoryof_table.h
MAINTAINERCLEANFILES = @srcdir@/theoryof_table.h
-SUBDIRS = booleans uf arith
+SUBDIRS = booleans uf arith arrays bv
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback