kopia lustrzana https://github.com/Hamlib/Hamlib
8 wiersze
228 B
Makefile
8 wiersze
228 B
Makefile
|
|
||
|
lib_LTLIBRARIES = hamlib-rotorez.la
|
||
|
hamlib_rotorez_la_SOURCES = rotorez.c
|
||
|
hamlib_rotorez_la_LDFLAGS = -no-undefined -module -avoid-version
|
||
|
hamlib_rotorez_la_LIBADD = $(top_builddir)/src/libhamlib.la
|
||
|
|
||
|
noinst_HEADERS = rotorez.h
|