aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/Makefile.ssl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-12-05 00:40:59 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-12-05 00:40:59 +0000
commit5a9a4b299c0140ccdd5cc61fef701935a5931842 (patch)
tree40ce1ddb052cd8309ef67f338e803aafdf7694dc /crypto/pkcs7/Makefile.ssl
parentbc3baeaccafe289f06c8bce1d3eeac661ebc15c4 (diff)
downloadopenssl-5a9a4b299c0140ccdd5cc61fef701935a5931842.tar.gz
Merge in my S/MIME library and utility.
Diffstat (limited to 'crypto/pkcs7/Makefile.ssl')
-rw-r--r--crypto/pkcs7/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/pkcs7/Makefile.ssl b/crypto/pkcs7/Makefile.ssl
index ea60491529..b57c68fd36 100644
--- a/crypto/pkcs7/Makefile.ssl
+++ b/crypto/pkcs7/Makefile.ssl
@@ -25,8 +25,8 @@ TEST=
APPS=
LIB=$(TOP)/libcrypto.a
-LIBSRC= pk7_lib.c pkcs7err.c pk7_doit.c
-LIBOBJ= pk7_lib.o pkcs7err.o pk7_doit.o
+LIBSRC= pk7_lib.c pkcs7err.c pk7_doit.c pk7_smime.c pk7_attr.c pk7_mime.c
+LIBOBJ= pk7_lib.o pkcs7err.o pk7_doit.o pk7_smime.o pk7_attr.o pk7_mime.o
SRC= $(LIBSRC)