From 4174ec711634c7cdb15c6a30ff1e5b67db2d2e3f Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 23 Oct 2008 17:29:14 +0000 Subject: Added rawstr.c to the non-configure libcurl makefiles --- lib/libcurl.framework.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libcurl.framework.make') diff --git a/lib/libcurl.framework.make b/lib/libcurl.framework.make index f37df3ec4..628964231 100644 --- a/lib/libcurl.framework.make +++ b/lib/libcurl.framework.make @@ -10,7 +10,7 @@ SDK = /Developer/SDKs/MacOSX10.4u.sdk # Sets the minimum OSX version where the framework will work. ENVP = MACOSX_DEPLOYMENT_TARGET=10.3 -# for debug symbols add the -g option. Remove the -O2 option for best debuggin. +# for debug symbols add the -g option. Remove the -O2 option for best debugging. # Can be compiled with -O3 optimizations. C_OPTIONS = -isysroot $(SDK) \ -fno-common \ @@ -83,6 +83,7 @@ OBJECTS = $(TMP_DIR)/base64.o \ $(TMP_DIR)/netrc.o \ $(TMP_DIR)/parsedate.o \ $(TMP_DIR)/progress.o \ + $(TMP_DIR)/rawstr.o \ $(TMP_DIR)/security.o \ $(TMP_DIR)/select.o \ $(TMP_DIR)/sendf.o \ -- cgit v1.2.3