Changed ts2000.c to ts2000.h.

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1072 7ae35d74-ebe9-4afe-98af-79ac388436b8
This commit is contained in:
Dale E. Edmons, KD7ENI 2002-06-29 08:20:32 +00:00
parent f59bbf24dd
commit 00d4985890

View File

@ -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
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_LIBADD = ../src/libhamlib.la
noinst_HEADERS = kenwood.h th.h
noinst_HEADERS = kenwood.h th.h ts2k.h ts2000.h