提交 cc1ad5c8 编写于 作者: L Linus Torvalds

Split up Makefile library list handling with separate entries for

zlib and libssl.

I'll start giving people choices here..
上级 b2c00718
......@@ -27,11 +27,13 @@ LIB_OBJS=read-cache.o sha1_file.o usage.o object.o commit.o tree.o blob.o
LIB_FILE=libgit.a
LIB_H=cache.h object.h
LIBS = $(LIB_FILE)
LIBS += -lz
LIBS += -lssl
$(LIB_FILE): $(LIB_OBJS)
$(AR) rcs $@ $(LIB_OBJS)
LIBS= $(LIB_FILE) -lssl -lz
init-db: init-db.o
fsck-cache: fsck-cache.o $(LIB_FILE) object.o commit.o tree.o blob.o
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册