summaryrefslogtreecommitdiff
path: root/src/theory/uf/Makefile.am
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2010-02-17 21:29:57 +0000
committerTim King <taking@cs.nyu.edu>2010-02-17 21:29:57 +0000
commit21e0c5dd0de5edef8ec12f48b76887109b67db52 (patch)
tree61925a690688577e8cf96072a1afb75ede17f35d /src/theory/uf/Makefile.am
parent2dadba52dd55084bbec52b3b338add5f8be77c13 (diff)
Initial draft of TheoryUF. Should compile without problems. A decent amount of functionality is stubbed out. Still needs a bit of cleanup.
Diffstat (limited to 'src/theory/uf/Makefile.am')
-rw-r--r--src/theory/uf/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/theory/uf/Makefile.am b/src/theory/uf/Makefile.am
index 7895803a6..537b8b124 100644
--- a/src/theory/uf/Makefile.am
+++ b/src/theory/uf/Makefile.am
@@ -5,6 +5,10 @@ AM_CXXFLAGS = -Wall -fvisibility=hidden
noinst_LTLIBRARIES = libuf.la
-libuf_la_SOURCES =
+libuf_la_SOURCES = \
+ ecdata.h \
+ ecdata.cpp \
+ theory_uf.h \
+ theory_uf.cpp
EXTRA_DIST = kinds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback