mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 04:38:37 -05:00
- 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:
parent
cfe5e16e5f
commit
fad82eff50
@ -4,7 +4,7 @@ MKDIR ?= mkdir
|
||||
INSTALL= install
|
||||
FFLAGS = @FFLAGS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBS = @LIBS@ -lfftw3f
|
||||
LIBS = @LIBS@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CFLAGS = @CFLAGS@
|
||||
PREFIX = @PREFIX@
|
||||
|
Loading…
Reference in New Issue
Block a user