mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Am sending the source file for my CNCTRK backend used to pass AZ/EL data to a linuxcnc-enabled rotator. Thanks, Bob KI4SBL
5 lines
106 B
Makefile
5 lines
106 B
Makefile
|
|
noinst_LTLIBRARIES = libhamlib-cnctrk.la
|
|
libhamlib_cnctrk_la_SOURCES = cnctrk.c
|
|
|
|
EXTRA_DIST = Android.mk
|