summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-05-12 10:17:02 +0000
committerRichard Levitte <levitte@openssl.org>2004-05-12 10:17:02 +0000
commit0e92f7738a8c179027036013a5e6d9e5783e20fd (patch)
tree1c106d820d7a1ea008c71bd15a5658bd4f17126e /crypto/Makefile
parentd529f2a8f743f9026010aabd0b6ba2bca5be7620 (diff)
Forgot to update the Makefile with the o_str stuff...
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index a349537e72..347de0cc11 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -35,14 +35,14 @@ GENERAL=Makefile README crypto-lib.com install.com
LIB= $(TOP)/libcrypto.a
SHARED_LIB= libcrypto$(SHLIB_EXT)
-LIBSRC= cryptlib.c mem.c mem_clr.c mem_dbg.c cversion.c ex_data.c tmdiff.c cpt_err.c ebcdic.c uid.c o_time.c
-LIBOBJ= cryptlib.o mem.o mem_clr.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdic.o uid.o o_time.o
+LIBSRC= cryptlib.c mem.c mem_clr.c mem_dbg.c cversion.c ex_data.c tmdiff.c cpt_err.c ebcdic.c uid.c o_time.c o_str.c
+LIBOBJ= cryptlib.o mem.o mem_clr.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdic.o uid.o o_time.o o_str.o
SRC= $(LIBSRC)
EXHEADER= crypto.h tmdiff.h opensslv.h opensslconf.h ebcdic.h symhacks.h \
ossl_typ.h
-HEADER= cryptlib.h buildinf.h md32_common.h o_time.h $(EXHEADER)
+HEADER= cryptlib.h buildinf.h md32_common.h o_time.h o_str.h $(EXHEADER)
ALL= $(GENERAL) $(SRC) $(HEADER)