diff options
Diffstat (limited to '')
-rw-r--r-- | crypto/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index c0be299..01090db 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -611,6 +611,7 @@ libcrypto_la_SOURCES += ecdsa/ecs_lib.c | |||
611 | noinst_HEADERS += ecdsa/ecdsa_local.h | 611 | noinst_HEADERS += ecdsa/ecdsa_local.h |
612 | 612 | ||
613 | # engine | 613 | # engine |
614 | libcrypto_la_SOURCES += engine/engine_stubs.c | ||
614 | libcrypto_la_SOURCES += engine/eng_all.c | 615 | libcrypto_la_SOURCES += engine/eng_all.c |
615 | libcrypto_la_SOURCES += engine/eng_cnf.c | 616 | libcrypto_la_SOURCES += engine/eng_cnf.c |
616 | libcrypto_la_SOURCES += engine/eng_ctrl.c | 617 | libcrypto_la_SOURCES += engine/eng_ctrl.c |