[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 1caa4ca328d98ff3071a5
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <n0...@us...> - 2021-02-07 12:59:22
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 1caa4ca328d98ff3071a508ff25ae9084d291869 (commit) via 6052bb798e2e770df7b75742416f730e6de3119b (commit) from 8e313ecc3d4421a7c7eddca1ff2443702700ff55 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1caa4ca328d98ff3071a508ff25ae9084d291869 Merge: 6052bb79 8e313ecc Author: Nate Bargmann <n0...@n0...> Date: Sun Feb 7 06:57:38 2021 -0600 Merge branch 'master' of github.com:Hamlib/Hamlib commit 6052bb798e2e770df7b75742416f730e6de3119b Author: Nate Bargmann <n0...@n0...> Date: Sun Feb 7 06:54:19 2021 -0600 Add ft980.h to Makefile.am The use of 'make distcheck' would have caught this error. diff --git a/rigs/yaesu/Makefile.am b/rigs/yaesu/Makefile.am index d6857ab4..e175f82c 100644 --- a/rigs/yaesu/Makefile.am +++ b/rigs/yaesu/Makefile.am @@ -4,8 +4,9 @@ YAESUSRC = ft100.c ft100.h ft747.c ft747.h ft817.c ft817.h ft847.c ft847.h \ ft890.c ft890.h ft900.c ft900.h ft920.c ft920.h ft1000mp.c ft1000mp.h \ ft857.c ft857.h ft897.c ft897.h ft990.c ft990.h frg8800.c ft757gx.c \ - ft757gx.h ft600.h ft600.c ft736.c frg100.c frg100.h frg9600.c ft1000d.c ft1000d.h \ - vr5000.c ft767gx.c ft767gx.h ft840.c ft840.h ft980.c vx1700.c vx1700.h ftdx10.h + ft757gx.h ft600.h ft600.c ft736.c frg100.c frg100.h frg9600.c ft1000d.c \ + ft1000d.h vr5000.c ft767gx.c ft767gx.h ft840.c ft840.h ft980.c ft980.h \ + vx1700.c vx1700.h ftdx10.h ## Yaesu radios that use the new Kenwood style CAT commands NEWCATSRC = newcat.c newcat.h ft450.c ft450.h ft950.c ft950.h ft991.c ft991.h \ ----------------------------------------------------------------------- Summary of changes: rigs/yaesu/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |