summaryrefslogtreecommitdiffstats
path: root/engines/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-05-31 22:49:32 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-05-31 22:49:32 +0000
commit7a18ecb2df34baa6de462bfcf9379e38209d224b (patch)
treef30a605c5104da9366dc402efde8ccb00b99868e /engines/Makefile
parent174c86a216cadb650caef813a79cc1bb6ff75e7d (diff)
Add CryptoAPI ENGINE from stable branch.
Diffstat (limited to 'engines/Makefile')
-rw-r--r--engines/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/engines/Makefile b/engines/Makefile
index 673d35caa9..7f77115cda 100644
--- a/engines/Makefile
+++ b/engines/Makefile
@@ -26,7 +26,7 @@ TEST=
APPS=
LIB=$(TOP)/libcrypto.a
-LIBNAMES= 4758cca aep atalla cswift gmp chil nuron sureware ubsec padlock
+LIBNAMES= 4758cca aep atalla cswift gmp chil nuron sureware ubsec padlock capi
LIBSRC= e_4758cca.c \
e_aep.c \
@@ -37,7 +37,8 @@ LIBSRC= e_4758cca.c \
e_nuron.c \
e_sureware.c \
e_ubsec.c \
- e_padlock.c
+ e_padlock.c \
+ e_capi.c
LIBOBJ= e_4758cca.o \
e_aep.o \
e_atalla.o \
@@ -47,7 +48,8 @@ LIBOBJ= e_4758cca.o \
e_nuron.o \
e_sureware.o \
e_ubsec.o \
- e_padlock.o
+ e_padlock.o \
+ e_capi.o
SRC= $(LIBSRC)
@@ -60,7 +62,8 @@ HEADER= e_4758cca_err.c e_4758cca_err.h \
e_chil_err.c e_chil_err.h \
e_nuron_err.c e_nuron_err.h \
e_sureware_err.c e_sureware_err.h \
- e_ubsec_err.c e_ubsec_err.h
+ e_ubsec_err.c e_ubsec_err.h \
+ e_capi_err.c e_capi_err.h
ALL= $(GENERAL) $(SRC) $(HEADER)