mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
6 lines
158 B
Makefile
6 lines
158 B
Makefile
RSSRC = esmc.c eb200.c rs.c rs.h gp2000.c gp2000.h xk2100.c
|
|
|
|
noinst_LTLIBRARIES = libhamlib-rs.la
|
|
libhamlib_rs_la_SOURCES = $(RSSRC)
|
|
|
|
EXTRA_DIST = Android.mk
|