diff --git a/test/Makefile b/test/Makefile index 8b0e3d5..ffebccb 100644 --- a/test/Makefile +++ b/test/Makefile @@ -41,7 +41,7 @@ endif ifeq "$(DATATYPE)" "float" # fftw needs to be built with --enable-float to build this lib - FFTWLIB=/usr/lib/libfftw3f.a + FFTWLIB=-lfftw3f else FFTWLIB=-lfftw3 endif