From: Paul Brossier Date: Wed, 28 Jan 2015 16:08:41 +0000 (+0100) Subject: Makefile.linux: move libvamp-sdk.a to end of line X-Git-Tag: 0.5.0~37 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=ca45c155c6b7416ab063d33bccbff707c6221df7;p=vamp-aubio-plugins.git Makefile.linux: move libvamp-sdk.a to end of line --- diff --git a/Makefile.linux b/Makefile.linux index e1fd4f7..bb105b3 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -17,7 +17,8 @@ VAMPSDK_DIR := ../vamp-plugin-sdk # Libraries and linker flags required by plugin: add any -l # options here -PLUGIN_LDFLAGS := -shared -Wl,-Bsymbolic -Wl,-z,defs -Wl,--version-script=vamp-plugin.map $(VAMPSDK_DIR)/libvamp-sdk.a +PLUGIN_LDFLAGS := -shared -Wl,-Bsymbolic -Wl,-z,defs -Wl,--version-script=vamp-plugin.map +PLUGIN_LIBS := $(VAMPSDK_DIR)/libvamp-sdk.a # File extension for plugin library on this platform PLUGIN_EXT := .so