diff options
| -rw-r--r-- | crypto/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 0b71a78..b897c00 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -21,7 +21,7 @@ EXTRA_DIST += compat/strcasecmp.c | |||
| 21 | BUILT_SOURCES = crypto_portable.sym | 21 | BUILT_SOURCES = crypto_portable.sym |
| 22 | CLEANFILES = crypto_portable.sym | 22 | CLEANFILES = crypto_portable.sym |
| 23 | 23 | ||
| 24 | crypto_portable.sym: | 24 | crypto_portable.sym: crypto.sym Makefile |
| 25 | -echo "generating crypto_portable.sym ..." | 25 | -echo "generating crypto_portable.sym ..." |
| 26 | -cp $(top_srcdir)/crypto/crypto.sym crypto_portable.sym | 26 | -cp $(top_srcdir)/crypto/crypto.sym crypto_portable.sym |
| 27 | -chmod u+w crypto_portable.sym | 27 | -chmod u+w crypto_portable.sym |
| @@ -94,6 +94,7 @@ if HOST_WIN | |||
| 94 | endif | 94 | endif |
| 95 | 95 | ||
| 96 | libcrypto_la_LDFLAGS = -version-info @LIBCRYPTO_VERSION@ -no-undefined -export-symbols crypto_portable.sym | 96 | libcrypto_la_LDFLAGS = -version-info @LIBCRYPTO_VERSION@ -no-undefined -export-symbols crypto_portable.sym |
| 97 | EXTRA_libcrypto_la_DEPENDENCIES = crypto_portable.sym | ||
| 97 | libcrypto_la_LIBADD = libcompat.la | 98 | libcrypto_la_LIBADD = libcompat.la |
| 98 | if !HAVE_EXPLICIT_BZERO | 99 | if !HAVE_EXPLICIT_BZERO |
| 99 | libcrypto_la_LIBADD += libcompatnoopt.la | 100 | libcrypto_la_LIBADD += libcompatnoopt.la |
