- revert addition of -lfftw3f to LIBS since configure now adds this lib.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1212 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Diane Bruce 2009-05-13 15:39:27 +00:00
parent cfe5e16e5f
commit fad82eff50

View File

@ -4,7 +4,7 @@ MKDIR ?= mkdir
INSTALL= install INSTALL= install
FFLAGS = @FFLAGS@ FFLAGS = @FFLAGS@
LDFLAGS = @LDFLAGS@ LDFLAGS = @LDFLAGS@
LIBS = @LIBS@ -lfftw3f LIBS = @LIBS@
CPPFLAGS = @CPPFLAGS@ CPPFLAGS = @CPPFLAGS@
CFLAGS = @CFLAGS@ CFLAGS = @CFLAGS@
PREFIX = @PREFIX@ PREFIX = @PREFIX@