summaryrefslogtreecommitdiff
path: root/proofs/signatures/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-03-13 13:00:07 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-03-14 15:52:43 -0400
commitf0407e1c718050daf021c937708d779bdcc3b191 (patch)
treeca0bb9c4a327a42010c6dc5ba826c8d660fbae88 /proofs/signatures/Makefile.am
parent2ad315a59ad2bd7f69ba7a975874aab12f0fa605 (diff)
dos2unix on the proof signatures, and fix the makefile.
Diffstat (limited to 'proofs/signatures/Makefile.am')
-rw-r--r--proofs/signatures/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/proofs/signatures/Makefile.am b/proofs/signatures/Makefile.am
index 610990ba2..42ba48262 100644
--- a/proofs/signatures/Makefile.am
+++ b/proofs/signatures/Makefile.am
@@ -3,7 +3,7 @@
# add support for more theories, just list them here in the same order
# you would to the LFSC proof-checker binary.
#
-CORE_PLFS = sat.plf smt.plf th_base.plf
+CORE_PLFS = sat.plf smt.plf th_base.plf th_arrays.plf
noinst_LTLIBRARIES = libsignatures.la
@@ -31,4 +31,7 @@ signatures.cpp: $(CORE_PLFS)
) > $@
EXTRA_DIST = \
- example.plf
+ example.plf \
+ example-arrays.plf \
+ example-quant.plf \
+ th_quant.plf
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback