diff src/wavpack/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 550c9e382cf8
children 64d23e2cf6cc
line wrap: on
line diff
--- a/src/wavpack/Makefile	Fri Jul 13 10:32:32 2007 -0500
+++ b/src/wavpack/Makefile	Fri Jul 13 12:21:37 2007 -0500
@@ -1,7 +1,7 @@
 include ../../mk/rules.mk
 include ../../mk/init.mk
 
-OBJECTIVE_LIBS = libwavpack$(SHARED_SUFFIX)
+OBJECTIVE_LIBS = libwavpackplugin$(SHARED_SUFFIX)
 
 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)