summaryrefslogtreecommitdiff
path: root/src/theory/arith/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-07-04 02:00:42 +0000
committerMorgan Deters <mdeters@gmail.com>2010-07-04 02:00:42 +0000
commitcc726b5080f8926a3cb96a1b9d1098ad8725ab86 (patch)
treee27572b69cefa5cbc2addb6e19c0c5a13e402746 /src/theory/arith/Makefile.am
parent33f1138d8ab09bf133b945647d9239befe297d5e (diff)
make dist && make distcheck functional, other fixes
Diffstat (limited to 'src/theory/arith/Makefile.am')
-rw-r--r--src/theory/arith/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/theory/arith/Makefile.am b/src/theory/arith/Makefile.am
index 4d299e8af..e500f5cf8 100644
--- a/src/theory/arith/Makefile.am
+++ b/src/theory/arith/Makefile.am
@@ -18,7 +18,6 @@ libarith_la_SOURCES = \
partial_model.cpp \
ordered_bounds_list.h \
basic.h \
- normal.h \
slack.h \
tableau.h \
arith_propagator.h \
@@ -26,4 +25,6 @@ libarith_la_SOURCES = \
theory_arith.h \
theory_arith.cpp
-EXTRA_DIST = kinds
+EXTRA_DIST = \
+ kinds \
+ normal_form_notes.txt
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback