changeset 29:0b1494e959d2 slimline

Build fixes
author Chris Cannam
date Thu, 10 May 2012 17:21:26 +0100
parents f0face94edef
children d0c44829a1ed
files songparts/Makefile.linux64 songparts/build/general/Makefile.inc
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/songparts/Makefile.linux64	Thu May 10 17:21:22 2012 +0100
+++ b/songparts/Makefile.linux64	Thu May 10 17:21:26 2012 +0100
@@ -4,7 +4,7 @@
 
 CXXFLAGS  := $(CFLAGS)
 
-LDFLAGS	  := -shared -Wl,-Bstatic -L../../qm-dsp -lqm-dsp -lvamp-sdk -Wl,-Bdynamic 
+LDFLAGS	  := -shared -Wl,-Bstatic -L../../qm-dsp -lqm-dsp -lvamp-sdk -Lbuild/linux/amd64 -llapack -lcblas -lf77blas -latlas -Wl,-Bdynamic 
 
 PLUGIN_EXT   := .so
 
--- a/songparts/build/general/Makefile.inc	Thu May 10 17:21:22 2012 +0100
+++ b/songparts/build/general/Makefile.inc	Thu May 10 17:21:26 2012 +0100
@@ -12,6 +12,7 @@
 
 SOURCES := SongParts.cpp \
            libmain.cpp \
+	   g2cstubs.c \
            ../../nnls-chroma/chromamethods.cpp \
            ../../nnls-chroma/nnls.c