aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index a388861..7036509 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -202,6 +202,10 @@ endif
202endif 202endif
203endif 203endif
204 204
205if HOST_X86_64
206libcrypto_la_SOURCES += arch/amd64/crypto_cpu_caps.c
207endif
208
205libcrypto_la_SOURCES += cpt_err.c 209libcrypto_la_SOURCES += cpt_err.c
206libcrypto_la_SOURCES += cryptlib.c 210libcrypto_la_SOURCES += cryptlib.c
207libcrypto_la_SOURCES += crypto_ex_data.c 211libcrypto_la_SOURCES += crypto_ex_data.c