summaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-02-12 20:59:13 +0000
committerMorgan Deters <mdeters@gmail.com>2012-02-12 20:59:13 +0000
commit76d8ab99b0a44a318e4bc49bd6203f6464d20d8e (patch)
tree24b7df3085cbb3376e7b0366000540c134b91c65 /contrib/Makefile.am
parenta25b07cd09b7723009acf4e95fe6575bac553fff (diff)
separate new-theory components into a "theoryskel" directory so that new files can be added to it without modifying the script.
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r--contrib/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 66d62f8b8..1439a1117 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -9,4 +9,12 @@ EXTRA_DIST = \
addsourcedir \
new-theory \
configure-in-place \
- depgraph
+ depgraph \
+ theoryskel/kinds \
+ theoryskel/Makefile \
+ theoryskel/Makefile.am \
+ theoryskel/README.WHATS-NEXT \
+ theoryskel/theory_DIR.cpp \
+ theoryskel/theory_DIR.h \
+ theoryskel/theory_DIR_rewriter.h \
+ theoryskel/theory_DIR_type_rules.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback