[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 32cd11a4a8f933906f95a
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-08-26 13:55:05
|
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 32cd11a4a8f933906f95aa3651d7e3b7544ae80c (commit) via 2aa7895624d87f83b1933b3a69d1f80129c5e480 (commit) from 66470668b65198dc08c832d85adb59d7395253eb (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 32cd11a4a8f933906f95aa3651d7e3b7544ae80c Author: Mike Black W9MDB <mdb...@ya...> Date: Thu Aug 26 08:53:44 2021 -0500 Fix typo in scripts/Makefile.am diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 1982b5e5..0f9acc3a 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,2 +1,2 @@ -EXTRA_DIST = README.scripts build-w32.sh build-w64.sh build-w64.jtsdk.sh README.build-Windows \ +EXTRA_DIST = README.scripts build-w32.sh build-w64.sh build-w64-jtsdk.sh README.build-Windows \ build-VB.NET.sh README.build-VB.NET astylerc commit 2aa7895624d87f83b1933b3a69d1f80129c5e480 Author: Mike Black W9MDB <mdb...@ya...> Date: Thu Aug 26 08:47:52 2021 -0500 Add build script for jtsdk to Makefile.am diff --git a/scripts/Makefile.am b/scripts/Makefile.am index b62041da..1982b5e5 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,2 +1,2 @@ -EXTRA_DIST = README.scripts build-w32.sh build-w64.sh README.build-Windows \ +EXTRA_DIST = README.scripts build-w32.sh build-w64.sh build-w64.jtsdk.sh README.build-Windows \ build-VB.NET.sh README.build-VB.NET astylerc ----------------------------------------------------------------------- Summary of changes: scripts/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |