]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
until we learn how to use Makefile.inc from here, I've added socks.o in here
authorDaniel Stenberg <daniel@haxx.se>
Sun, 22 Oct 2006 07:43:34 +0000 (07:43 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 22 Oct 2006 07:43:34 +0000 (07:43 +0000)
as well

lib/libcurl.framework.make

index 41befa0b68555d454fb0bb26c3e4448ed44a3f8d..6c326a49e88220296995918c99cad7312c7130fe 100644 (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