summaryrefslogtreecommitdiff
path: root/src/theory/arrays/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arrays/Makefile.am')
-rw-r--r--src/theory/arrays/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/theory/arrays/Makefile.am b/src/theory/arrays/Makefile.am
index 578915d69..1e070cdaf 100644
--- a/src/theory/arrays/Makefile.am
+++ b/src/theory/arrays/Makefile.am
@@ -9,6 +9,10 @@ libarrays_la_SOURCES = \
theory_arrays_type_rules.h \
theory_arrays_rewriter.h \
theory_arrays.h \
- theory_arrays.cpp
+ theory_arrays.cpp \
+ union_find.h \
+ union_find.cpp \
+ array_info.h \
+ array_info.cpp
EXTRA_DIST = kinds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback