Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment