[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. d817aefa3602f78ea2fa5
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <n0...@us...> - 2020-09-15 15:59:46
|
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 d817aefa3602f78ea2fa5d77bb69650107177ad1 (commit) from b97d05369cb4a8f27780837af8af99530c0665e0 (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 d817aefa3602f78ea2fa5d77bb69650107177ad1 Author: Nate Bargmann <n0...@n0...> Date: Tue Sep 15 10:58:17 2020 -0500 Removed TODO from Makefile.am With the TODO file removed, 'make dist' was failing. diff --git a/Makefile.am b/Makefile.am index b5ebaaf5..0e6c93f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ aclocal_DATA = hamlib.m4 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = hamlib.pc -EXTRA_DIST = PLAN TODO LICENSE hamlib.m4 hamlib.pc.in README.developer \ +EXTRA_DIST = PLAN LICENSE hamlib.m4 hamlib.pc.in README.developer \ README.betatester README.win32 Android.mk doc_DATA = ChangeLog COPYING COPYING.LIB LICENSE \ ----------------------------------------------------------------------- Summary of changes: Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |