until we learn how to use Makefile.inc from here, I've added socks.o in here

as well
This commit is contained in:
Daniel Stenberg 2006-10-22 07:43:34 +00:00
parent 5f6fd682a5
commit 23692574a2
1 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,8 @@ OBJECTS = $(TMP_DIR)/base64.o \
$(TMP_DIR)/transfer.o \
$(TMP_DIR)/url.o \
$(TMP_DIR)/version.o \
$(TMP_DIR)/splay.o
$(TMP_DIR)/splay.o \
$(TMP_DIR)/socks.o
build: $(TMP_DIR) $(LIB_DIR) $(LIB_DIR)/libcurl.framework