aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index f2ae0f7..ba367ae 100755
--- a/update.sh
+++ b/update.sh
@@ -306,8 +306,7 @@ test_excludes=(biotest aeadtest evptest pq_test ssltest arc4randomforktest)
306 fi 306 fi
307 echo "check_PROGRAMS += $TEST" >> Makefile.am 307 echo "check_PROGRAMS += $TEST" >> Makefile.am
308 echo "${TEST}_SOURCES = $i" >> Makefile.am 308 echo "${TEST}_SOURCES = $i" >> Makefile.am
309 echo "${TEST}_LDADD = \$(PLATFORM_LDADD)" >> Makefile.am 309 echo "${TEST}_LDADD = \$(top_builddir)/ssl/libssl.la" >> Makefile.am
310 echo "${TEST}_LDADD += \$(top_builddir)/ssl/libssl.la" >> Makefile.am
311 echo "${TEST}_LDADD += \$(top_builddir)/crypto/libcrypto.la" >> Makefile.am 310 echo "${TEST}_LDADD += \$(top_builddir)/crypto/libcrypto.la" >> Makefile.am
312 done 311 done
313) 312)