aboutsummaryrefslogtreecommitdiff
path: root/lib/libcurl.framework.make
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-10-23 17:29:14 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-10-23 17:29:14 +0000
commit4174ec711634c7cdb15c6a30ff1e5b67db2d2e3f (patch)
treea7d26eb19ad219fa87b7cab94d27d0dc00a2fd7d /lib/libcurl.framework.make
parent068ba17e2183286e9e061b1a3566a26253e40bcf (diff)
Added rawstr.c to the non-configure libcurl makefiles
Diffstat (limited to 'lib/libcurl.framework.make')
-rw-r--r--lib/libcurl.framework.make3
1 files changed, 2 insertions, 1 deletions
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 \