Update Makefile.linux.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3039 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2013-03-06 20:42:30 +00:00
parent dc1877bc9d
commit 3f8c6977b4
2 changed files with 4 additions and 3 deletions

View File

@ -26,8 +26,9 @@ OBJS1 = pctile.o graycode.o sort.o ssort.o \
symspec.o timf2.o analytic.o db.o genjt9.o ptt_unix.o \
packbits.o unpackbits.o encode232.o interleave9.o \
entail.o fano232.o gran.o spec9.o sync9.o decode9.o \
peakdt9.o peakdf9.o fil3.o redsync.o decoder.o \
grid2n.o n2grid.o timer.o jt9a.o ipcomm.o sleep_msec.o
fil3.o redsync.o decoder.o grid2n.o n2grid.o timer.o \
decode9a.o peakdt9.o getlags.o afc9.o fchisq.o \
twkfreq.o downsam9.o symspec2.o ipcomm.o sleep_msec.o
libjt9.a: $(OBJS1)
ar cr libjt9.a $(OBJS1)

View File

@ -1,4 +1,4 @@
//------------------------------------------------------------- MainWindow
//------------------------------------------------------------ MainWindow
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include "devsetup.h"