diff options
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index ba96c51..2d95359 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -213,6 +213,11 @@ endif | |||
213 | libcrypto_la_SOURCES += cpt_err.c | 213 | libcrypto_la_SOURCES += cpt_err.c |
214 | libcrypto_la_SOURCES += cryptlib.c | 214 | libcrypto_la_SOURCES += cryptlib.c |
215 | libcrypto_la_SOURCES += crypto_init.c | 215 | libcrypto_la_SOURCES += crypto_init.c |
216 | if !HOST_WIN | ||
217 | libcrypto_la_SOURCES += crypto_lock.c | ||
218 | else | ||
219 | libcrypto_la_SOURCES += crypto_lock_win.c | ||
220 | endif | ||
216 | libcrypto_la_SOURCES += cversion.c | 221 | libcrypto_la_SOURCES += cversion.c |
217 | libcrypto_la_SOURCES += ex_data.c | 222 | libcrypto_la_SOURCES += ex_data.c |
218 | libcrypto_la_SOURCES += malloc-wrapper.c | 223 | libcrypto_la_SOURCES += malloc-wrapper.c |