More legacy make file maintenance.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4021 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2014-04-13 19:20:56 +00:00
parent 62d8eb1bf5
commit 7f35cd847c
1 changed files with 1 additions and 1 deletions

View File

@ -124,6 +124,6 @@ LIBS += -L$(HAMLIB_DIR)/lib -lhamlib
#LIBS += -L$(HAMLIB_DIR)/lib -lhamlib
LIBS += -L./lib -lastro -ljt9
LIBS += -L. -lfftw3f_win
LIBS += -lwsock32
LIBS += -lws2_32
LIBS += $$system($$F90 -print-file-name=libgfortran.a)
}