Commit 23692574 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

as well
parent 5f6fd682
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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