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.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/theory/uf/morgan/Makefile.am b/src/theory/uf/morgan/Makefile.am
deleted file mode 100644
index 886178a6f..000000000
--- a/src/theory/uf/morgan/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-AM_CPPFLAGS = \
- -D__BUILDING_CVC4LIB \
- -I@srcdir@/../../../include -I@srcdir@/../../.. -I@builddir@/../../..
-AM_CXXFLAGS = -Wall -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN)
-
-noinst_LTLIBRARIES = libufmorgan.la
-
-libufmorgan_la_SOURCES = \
- theory_uf_morgan.h \
- 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