From: Richard Levitte Date: Thu, 20 Dec 2001 22:12:10 +0000 (+0000) Subject: Do not forget to compile comp_err.c X-Git-Tag: OpenSSL_0_9_6d-beta1~83^2~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6a89fcf8824a72fd9e44891110f231da3a9d6e9;p=openssl Do not forget to compile comp_err.c --- diff --git a/crypto/comp/Makefile.ssl b/crypto/comp/Makefile.ssl index 22a03a63c2..af401c78ed 100644 --- a/crypto/comp/Makefile.ssl +++ b/crypto/comp/Makefile.ssl @@ -23,10 +23,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)