Change the command line options of mkerr.pl so -static is now default and
[openssl.git] / crypto / Makefile.ssl
index 4e43a99dc0c1648899b64b865192bb520755ff27..d2219170d0341b9c661c2ae126c9c21dd0b0f3a9 100644 (file)
@@ -32,8 +32,8 @@ SDIRS=        md2 md5 sha mdc2 hmac ripemd \
 GENERAL=Makefile README
 
 LIB= $(TOP)/libcrypto.a
-LIBSRC=        cryptlib.c mem.c cversion.c ex_data.c tmdiff.c
-LIBOBJ= cryptlib.o mem.o cversion.o ex_data.o tmdiff.o
+LIBSRC=        cryptlib.c mem.c cversion.c ex_data.c tmdiff.c cpt_err.c
+LIBOBJ= cryptlib.o mem.o cversion.o ex_data.o tmdiff.o cpt_err.o
 
 SRC= $(LIBSRC)