Commit 1c6ebb07 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added splay.o

parent 7e8b84c3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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