From 65944782c3a1c347f5d57cc6649f04e8a89c58bd Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 12 Jul 2014 03:34:08 -0500 Subject: add platform libraries to libcompat's LIBADD list ok beck@ --- update.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'update.sh') 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) fi echo "check_PROGRAMS += $TEST" >> Makefile.am echo "${TEST}_SOURCES = $i" >> Makefile.am - echo "${TEST}_LDADD = \$(PLATFORM_LDADD)" >> Makefile.am - echo "${TEST}_LDADD += \$(top_builddir)/ssl/libssl.la" >> Makefile.am + echo "${TEST}_LDADD = \$(top_builddir)/ssl/libssl.la" >> Makefile.am echo "${TEST}_LDADD += \$(top_builddir)/crypto/libcrypto.la" >> Makefile.am done ) -- cgit v1.2.3-55-g6feb