kopia lustrzana https://github.com/Hamlib/Hamlib
Changed ts2000.c to ts2000.h.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1072 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.4
rodzic
f59bbf24dd
commit
00d4985890
|
@ -1,9 +1,9 @@
|
||||||
TSSRCLIST = ts850.c ts870s.c ts570.c ts450s.c ts2000.c ts950.c ts50s.c \
|
TSSRCLIST = ts850.c ts870s.c ts570.c ts450s.c ts950.c ts50s.c \
|
||||||
ts790.c thd7.c thf7.c
|
ts790.c thd7.c thf7.c
|
||||||
|
|
||||||
lib_LTLIBRARIES = libhamlib-kenwood.la
|
lib_LTLIBRARIES = libhamlib-kenwood.la
|
||||||
libhamlib_kenwood_la_SOURCES = $(TSSRCLIST) kenwood.c th.c
|
libhamlib_kenwood_la_SOURCES = $(TSSRCLIST) kenwood.c th.c ts2k.c
|
||||||
libhamlib_kenwood_la_LDFLAGS = -no-undefined -module -version-info 0:0:0
|
libhamlib_kenwood_la_LDFLAGS = -no-undefined -module -version-info 0:0:0
|
||||||
libhamlib_kenwood_la_LIBADD = ../src/libhamlib.la
|
libhamlib_kenwood_la_LIBADD = ../src/libhamlib.la
|
||||||
|
|
||||||
noinst_HEADERS = kenwood.h th.h
|
noinst_HEADERS = kenwood.h th.h ts2k.h ts2000.h
|
||||||
|
|
Ładowanie…
Reference in New Issue