From c6c5cf1754201b156cf5a2b8ab38f6c2636f78e7 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 20 Dec 2001 22:15:42 +0000 Subject: [PATCH] Do not forget to compile comp_err.c --- crypto/comp/Makefile.ssl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.25.1