Add new sources to lib Makefiles.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3971 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2014-03-31 03:11:16 +00:00
parent 3f4bde9228
commit 68f47c4ec4
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ CFLAGS = -I. -fbounds-check -mno-stack-arg-probe
all: libjt9.a libastro.a jt9.exe jt9code.exe jt65code.exe
OBJS1 = pctile.o graycode.o sort.o ssort.o chkmsg.o \
OBJS1 = prog_args.o options.o pctile.o graycode.o sort.o ssort.o chkmsg.o \
unpackmsg.o igray.o unpackcall.o unpackgrid.o \
grid2k.o unpacktext.o getpfx2.o packmsg.o deg2grid.o \
packtext.o getpfx1.o packcall.o k2grid.o packgrid.o \

View File

@ -24,7 +24,7 @@ CFLAGS = -I. -fbounds-check -fPIE
all: libjt9.a jt9sim jt9 jt9code jt65code
OBJS1 = pctile.o graycode.o sort.o ssort.o chkmsg.o \
OBJS1 = prog_args.o options.o pctile.o graycode.o sort.o ssort.o chkmsg.o \
unpackmsg.o igray.o unpackcall.o unpackgrid.o \
grid2k.o unpacktext.o getpfx2.o packmsg.o deg2grid.o \
packtext.o getpfx1.o packcall.o k2grid.o packgrid.o \