From ca45c155c6b7416ab063d33bccbff707c6221df7 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 28 Jan 2015 17:08:41 +0100 Subject: [PATCH] Makefile.linux: move libvamp-sdk.a to end of line --- Makefile.linux | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.11.0