kopia lustrzana https://github.com/Hamlib/Hamlib
8 wiersze
177 B
Makefile
8 wiersze
177 B
Makefile
|
AM_CFLAGS += $(PTHREAD_CFLAGS)
|
||
|
|
||
|
noinst_LTLIBRARIES = libhamlib-ars.la
|
||
|
libhamlib_ars_la_SOURCES = ars.c ars.h
|
||
|
libhamlib_ars_la_LDFLAGS = $(PTHREAD_LIBS)
|
||
|
|
||
|
EXTRA_DIST = Android.mk
|