mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-18 10:01:57 -05:00
Added "-lfftw3f" to definition of LIBS.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1210 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
70ed7cc1dd
commit
cfe5e16e5f
@ -4,7 +4,7 @@ MKDIR ?= mkdir
|
||||
INSTALL= install
|
||||
FFLAGS = @FFLAGS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBS = @LIBS@
|
||||
LIBS = @LIBS@ -lfftw3f
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CFLAGS = @CFLAGS@
|
||||
PREFIX = @PREFIX@
|
||||
|
Loading…
Reference in New Issue
Block a user