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

index 22a03a63c2083d20f214940bcc5c1e57def103c8..af401c78ed232768bd62123171498c7575ed0355 100644 (file)
@@ -23,10 +23,10 @@ TEST=
 APPS=
 
 LIB=$(TOP)/libcrypto.a
 APPS=
 
 LIB=$(TOP)/libcrypto.a
-LIBSRC= comp_lib.c \
+LIBSRC= comp_lib.c comp_err.c \
        c_rle.c c_zlib.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)
        c_rle.o c_zlib.o
 
 SRC= $(LIBSRC)