aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 7036509..0dc981b 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -205,6 +205,9 @@ endif
205if HOST_X86_64 205if HOST_X86_64
206libcrypto_la_SOURCES += arch/amd64/crypto_cpu_caps.c 206libcrypto_la_SOURCES += arch/amd64/crypto_cpu_caps.c
207endif 207endif
208if HOST_I386
209libcrypto_la_SOURCES += arch/i386/crypto_cpu_caps.c
210endif
208 211
209libcrypto_la_SOURCES += cpt_err.c 212libcrypto_la_SOURCES += cpt_err.c
210libcrypto_la_SOURCES += cryptlib.c 213libcrypto_la_SOURCES += cryptlib.c