diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/Makefile.am.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile.am.tpl b/apps/Makefile.am.tpl index 433fca2..5f1dd21 100644 --- a/apps/Makefile.am.tpl +++ b/apps/Makefile.am.tpl | |||
@@ -3,7 +3,7 @@ include $(top_srcdir)/Makefile.am.common | |||
3 | bin_PROGRAMS = openssl | 3 | bin_PROGRAMS = openssl |
4 | 4 | ||
5 | openssl_CFLAGS = $(USER_CFLAGS) | 5 | openssl_CFLAGS = $(USER_CFLAGS) |
6 | openssl_LDADD = $(PLATFORM_LDADD) | 6 | openssl_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) |
7 | openssl_LDADD += $(top_builddir)/ssl/libssl.la | 7 | openssl_LDADD += $(top_builddir)/ssl/libssl.la |
8 | openssl_LDADD += $(top_builddir)/crypto/libcrypto.la | 8 | openssl_LDADD += $(top_builddir)/crypto/libcrypto.la |
9 | 9 | ||