Mercurial > hg > vamp-plugin-sdk
changeset 87:bd5d5ba29d3c
* correct vamp-hostsdk soname
| author | cannam | 
|---|---|
| date | Sun, 30 Sep 2007 11:12:43 +0000 | 
| parents | 9aa6c4eaedee | 
| children | d17b9ca3b8c9 | 
| files | Makefile | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/Makefile Sun Sep 30 09:45:04 2007 +0000 +++ b/Makefile Sun Sep 30 11:12:43 2007 +0000 @@ -76,7 +76,7 @@ DYNAMIC_LDFLAGS = -shared -Wl,-Bsymbolic PLUGIN_LDFLAGS = $(DYNAMIC_LDFLAGS) SDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) -Wl,-soname=$(INSTALL_SDK_LIBNAME) -HOSTSDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) -Wl,-soname=$(INSTALL_SDK_LIBNAME) +HOSTSDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) -Wl,-soname=$(INSTALL_HOSTSDK_LIBNAME) ## For OS/X with g++: #PLUGIN_LDFLAGS = -dynamiclib
