[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 610cd2608593139afcec2
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <n0...@us...> - 2021-01-26 13:14:16
|
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 610cd2608593139afcec2658a66ba9ba5dbe6a45 (commit) from c717bb5d76939fa355c56dd84d850b1a3b889338 (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 610cd2608593139afcec2658a66ba9ba5dbe6a45 Author: Nate Bargmann <n0...@n0...> Date: Tue Jan 26 07:12:26 2021 -0600 Supply missing rotators/satel/Android.mk The use of 'make discheck' will detect such missing files before pushing out changes. diff --git a/rotators/satel/Android.mk b/rotators/satel/Android.mk new file mode 100644 index 00000000..7925dd54 --- /dev/null +++ b/rotators/satel/Android.mk @@ -0,0 +1,12 @@ +LOCAL_PATH:= $(call my-dir) + +include $(CLEAR_VARS) + +LOCAL_SRC_FILES := satel.c +LOCAL_MODULE := satel + +LOCAL_CFLAGS := -DHAVE_CONFIG_H +LOCAL_C_INCLUDES := android include src +LOCAL_LDLIBS := -lhamlib -Lobj/local/armeabi + +include $(BUILD_STATIC_LIBRARY) ----------------------------------------------------------------------- Summary of changes: rotators/{amsat => satel}/Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) copy rotators/{amsat => satel}/Android.mk (80%) hooks/post-receive -- Hamlib -- Ham radio control libraries |