kopia lustrzana https://github.com/Hamlib/Hamlib
8 wiersze
210 B
Makefile
8 wiersze
210 B
Makefile
|
|
||
|
lib_LTLIBRARIES = hamlib-spid.la
|
||
|
hamlib_spid_la_SOURCES = spid.c
|
||
|
hamlib_spid_la_LDFLAGS = -no-undefined -module -avoid-version
|
||
|
hamlib_spid_la_LIBADD = $(top_builddir)/src/libhamlib.la
|
||
|
|
||
|
noinst_HEADERS = spid.h
|