Do not forget to compile comp_err.c
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Dec 2001 22:15:42 +0000 (22:15 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Dec 2001 22:15:42 +0000 (22:15 +0000)
crypto/comp/Makefile.ssl

index ba705c2a1c3c30db899a3d41e41d8937865a3539..61457638602cd89337c05334d8f121fe84a96727 100644 (file)
@@ -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)