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