From: Richard Levitte Date: Thu, 20 Dec 2001 22:11:05 +0000 (+0000) Subject: Do not forget to compile comp_err.c X-Git-Tag: OpenSSL-engine-0_9_6c~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5b9b38f0c9872426fd86119cacf8a6c1c65b9612;p=oweals%2Fopenssl.git Do not forget to compile comp_err.c --- diff --git a/crypto/comp/Makefile.ssl b/crypto/comp/Makefile.ssl index ba705c2a1c..6145763860 100644 --- a/crypto/comp/Makefile.ssl +++ b/crypto/comp/Makefile.ssl @@ -22,10 +22,10 @@ TEST= APPS= LIB=$(TOP)/libcrypto.a -LIBSRC= comp_lib.c \ +LIBSRC= comp_lib.c comp_err.c \ c_rle.c c_zlib.c -LIBOBJ= comp_lib.o \ +LIBOBJ= comp_lib.o comp_err.o \ c_rle.o c_zlib.o SRC= $(LIBSRC)