From fad82eff50e94796ef64e7a840d4d20421c7569b Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Wed, 13 May 2009 15:39:27 +0000 Subject: [PATCH] - 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 65b0a875a..35feb6c05 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ MKDIR ?= mkdir INSTALL= install FFLAGS = @FFLAGS@ LDFLAGS = @LDFLAGS@ -LIBS = @LIBS@ -lfftw3f +LIBS = @LIBS@ CPPFLAGS = @CPPFLAGS@ CFLAGS = @CFLAGS@ PREFIX = @PREFIX@