summaryrefslogtreecommitdiff
path: root/proofs/signatures/Makefile.am
diff options
context:
space:
mode:
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