Skip to content
Snippets Groups Projects
Commit 95d3835f authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Build system: fix for Octave 3.4

(cherry picked from commit 21859240)
parent bd71c1a3
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment