diff --git a/yaesu/Makefile.am b/yaesu/Makefile.am index d92977a6c..a41de87d6 100644 --- a/yaesu/Makefile.am +++ b/yaesu/Makefile.am @@ -1,9 +1,9 @@ -YAESUSRC = ft747.c ft817.c ft847.c ft100.c ft920.c ft1000.c +YAESUSRC = ft747.c ft817.c ft847.c ft100.c ft920.c ft1000mp.c lib_LTLIBRARIES = hamlib-yaesu.la hamlib_yaesu_la_SOURCES = $(YAESUSRC) yaesu.c hamlib_yaesu_la_LDFLAGS = -no-undefined -module -avoid-version hamlib_yaesu_la_LIBADD = $(top_builddir)/src/libhamlib.la -noinst_HEADERS = ft747.h ft100.h ft817.h ft847.h ft920.h ft1000.h \ +noinst_HEADERS = ft747.h ft100.h ft817.h ft847.h ft920.h ft1000mp.h \ yaesu.h yaesu_tones.h diff --git a/yaesu/ft1000.c b/yaesu/ft1000mp.c similarity index 99% rename from yaesu/ft1000.c rename to yaesu/ft1000mp.c index 2e098dfe3..5bc276f8d 100644 --- a/yaesu/ft1000.c +++ b/yaesu/ft1000mp.c @@ -4,7 +4,7 @@ * This shared library provides an API for communicating * via serial interface to an FT-1000MP using the "CAT" interface * - * $Id: ft1000.c,v 1.3 2002-11-28 22:29:20 fillods Exp $ + * $Id: ft1000mp.c,v 1.1 2002-12-01 21:49:12 fillods Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -47,7 +47,7 @@ #include "misc.h" #include "cal.h" #include "yaesu.h" -#include "ft1000.h" +#include "ft1000mp.h" /* Private helper function prototypes */ diff --git a/yaesu/ft1000.h b/yaesu/ft1000mp.h similarity index 98% rename from yaesu/ft1000.h rename to yaesu/ft1000mp.h index 139c19067..dcf143827 100644 --- a/yaesu/ft1000.h +++ b/yaesu/ft1000mp.h @@ -5,7 +5,7 @@ * via serial interface to an FT-1000MP using the "CAT" interface * * - * $Id: ft1000.h,v 1.3 2002-11-28 22:29:20 fillods Exp $ + * $Id: ft1000mp.h,v 1.1 2002-12-01 21:49:12 fillods Exp $ * * * This library is free software; you can redistribute it and/or modify