Build system: fix for Octave 3.4

time-shift
Sébastien Villemot 2011-12-28 13:05:30 +01:00
parent 3f384cc4d1
commit 2185924081
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ LDFLAGS += $(shell $(MKOCTFILE) -p LDFLAGS)
LIBS += $(shell $(MKOCTFILE) -p OCTAVE_LIBS)
LIBS += $(shell $(MKOCTFILE) -p BLAS_LIBS)
LIBS += $(shell $(MKOCTFILE) -p LAPACK_LIBS)
LIBS += $(shell $(MKOCTFILE) -p FFTW_LIBS)
LIBS += $(shell $(MKOCTFILE) -p LIBS)
LIBS += $(shell $(MKOCTFILE) -p FLIBS)