From 7f68a2916bb727490247e887465235ba2e024697 Mon Sep 17 00:00:00 2001 From: Mark Borgerding Date: Mon, 13 Nov 2006 21:06:39 +0000 Subject: [PATCH] *** empty log message *** --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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