aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 716003c..ce846b4 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -197,10 +197,14 @@ EXTRA_libcrypto_la_SOURCES =
197include Makefile.am.elf-arm 197include Makefile.am.elf-arm
198include Makefile.am.elf-x86_64 198include Makefile.am.elf-x86_64
199include Makefile.am.macosx-x86_64 199include Makefile.am.macosx-x86_64
200include Makefile.am.masm-x86_64
201include Makefile.am.mingw64-x86_64
200 202
201if !HOST_ASM_ELF_ARM 203if !HOST_ASM_ELF_ARM
202if !HOST_ASM_ELF_X86_64 204if !HOST_ASM_ELF_X86_64
203if !HOST_ASM_MACOSX_X86_64 205if !HOST_ASM_MACOSX_X86_64
206if !HOST_ASM_MASM_X86_64
207if !HOST_ASM_MINGW64_X86_64
204libcrypto_la_SOURCES += aes/aes_cbc.c 208libcrypto_la_SOURCES += aes/aes_cbc.c
205libcrypto_la_SOURCES += aes/aes_core.c 209libcrypto_la_SOURCES += aes/aes_core.c
206libcrypto_la_SOURCES += camellia/camellia.c 210libcrypto_la_SOURCES += camellia/camellia.c
@@ -211,6 +215,8 @@ libcrypto_la_SOURCES += whrlpool/wp_block.c
211endif 215endif
212endif 216endif
213endif 217endif
218endif
219endif
214 220
215libcrypto_la_SOURCES += cpt_err.c 221libcrypto_la_SOURCES += cpt_err.c
216libcrypto_la_SOURCES += cryptlib.c 222libcrypto_la_SOURCES += cryptlib.c