summaryrefslogtreecommitdiff
path: root/src/theory/uf/morgan/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/uf/morgan/Makefile.am')
-rw-r--r--src/theory/uf/morgan/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/theory/uf/morgan/Makefile.am b/src/theory/uf/morgan/Makefile.am
index e9faa88df..886178a6f 100644
--- a/src/theory/uf/morgan/Makefile.am
+++ b/src/theory/uf/morgan/Makefile.am
@@ -7,6 +7,10 @@ noinst_LTLIBRARIES = libufmorgan.la
libufmorgan_la_SOURCES = \
theory_uf_morgan.h \
- theory_uf_morgan.cpp
+ theory_uf_morgan.cpp \
+ union_find.h \
+ union_find.cpp \
+ stacking_map.h \
+ stacking_map.cpp
EXTRA_DIST =
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback