diff src/curl/Makefile @ 1262:0618841906ca

The problem of not loading curl on Mach-based systems has been solved. MacOS's dyld gets confused when plugins refer to other code of the same name. Rename plugin binaries accordingly.
author William Pitcock <nenolod@atheme-project.org>
date Fri, 13 Jul 2007 12:21:37 -0500
parents 5896bd827cbc
children e0c5fa530df8
line wrap: on
line diff
--- a/src/curl/Makefile	Fri Jul 13 10:32:32 2007 -0500
+++ b/src/curl/Makefile	Fri Jul 13 12:21:37 2007 -0500
@@ -3,7 +3,7 @@
 
 SUBDIRS = 
 
-OBJECTIVE_LIBS = libcurl$(SHARED_SUFFIX)
+OBJECTIVE_LIBS = libcurlsrc$(SHARED_SUFFIX)
 
 LIBDIR = $(plugindir)/$(TRANSPORT_PLUGIN_DIR)