summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 18382a8ab..c765d325a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -396,7 +396,8 @@ libcvc4_la_LIBADD = \
@builddir@/prop/bvminisat/libbvminisat.la
if CVC4_PROOF
libcvc4_la_LIBADD += \
- @top_builddir@/proofs/lfsc_checker/liblfsc_checker.la
+ @top_builddir@/proofs/lfsc_checker/liblfsc_checker.la \
+ @top_builddir@/proofs/signatures/libsignatures.la
endif
if CVC4_NEEDS_REPLACEMENT_FUNCTIONS
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback