added splay.o

This commit is contained in:
Daniel Stenberg 2006-07-23 12:01:06 +00:00
parent 7e8b84c3e7
commit 1c6ebb0782
1 changed files with 2 additions and 1 deletions

View File

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