aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-07-21 05:40:28 -0500
committerBrent Cook <bcook@openbsd.org>2014-07-21 19:53:52 -0500
commit4335a49f515e860bdb3181e4562947cbd4032272 (patch)
treef5a16b6fd9d72c8f33454e84d7a803a9fe69fa0b /apps
parent8a44ab84f00ca5c71fe4f2ec0b91443d52680124 (diff)
downloadportable-4335a49f515e860bdb3181e4562947cbd4032272.tar.gz
portable-4335a49f515e860bdb3181e4562947cbd4032272.tar.bz2
portable-4335a49f515e860bdb3181e4562947cbd4032272.zip
use correct link order for app and tests
ok beck@ guenther@
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile.am.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile.am.tpl b/apps/Makefile.am.tpl
index 7222c18..9bc7b2e 100644
--- a/apps/Makefile.am.tpl
+++ b/apps/Makefile.am.tpl
@@ -4,8 +4,8 @@ bin_PROGRAMS = openssl
4 4
5openssl_CFLAGS = $(USER_CFLAGS) 5openssl_CFLAGS = $(USER_CFLAGS)
6openssl_LDADD = $(PLATFORM_LDADD) 6openssl_LDADD = $(PLATFORM_LDADD)
7openssl_LDADD += $(top_builddir)/crypto/libcrypto.la
8openssl_LDADD += $(top_builddir)/ssl/libssl.la 7openssl_LDADD += $(top_builddir)/ssl/libssl.la
8openssl_LDADD += $(top_builddir)/crypto/libcrypto.la
9 9
10openssl_SOURCES = 10openssl_SOURCES =
11noinst_HEADERS = 11noinst_HEADERS =