Do not forget to compile comp_err.c

This commit is contained in:
Richard Levitte 2001-12-20 22:12:10 +00:00
parent ef5f6a08ff
commit d6a89fcf88

View File

@ -23,10 +23,10 @@ TEST=
APPS= APPS=
LIB=$(TOP)/libcrypto.a 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 c_rle.o c_zlib.o
SRC= $(LIBSRC) SRC= $(LIBSRC)