mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2988 7ae35d74-ebe9-4afe-98af-79ac388436b8
8 lines
233 B
Makefile
8 lines
233 B
Makefile
RSSRC = esmc.c eb200.c
|
|
|
|
pkglib_LTLIBRARIES = hamlib-rs.la
|
|
hamlib_rs_la_SOURCES = $(RSSRC) rs.c
|
|
hamlib_rs_la_LDFLAGS = -no-undefined -module -avoid-version
|
|
hamlib_rs_la_LIBADD = $(top_builddir)/src/libhamlib.la
|
|
|
|
noinst_HEADERS = rs.h
|