kopia lustrzana https://github.com/Hamlib/Hamlib
9 wiersze
232 B
Makefile
9 wiersze
232 B
Makefile
|
RFTSRC = ekd500.c
|
||
|
|
||
|
lib_LTLIBRARIES = hamlib-rft.la
|
||
|
hamlib_rft_la_SOURCES = $(RFTSRC) rft.c
|
||
|
hamlib_rft_la_LDFLAGS = -no-undefined -module -avoid-version
|
||
|
hamlib_rft_la_LIBADD = $(top_builddir)/src/libhamlib.la
|
||
|
|
||
|
noinst_HEADERS = rft.h
|