From 35036cdf9bde2a34d8172ceef1fbed1afdc4f31e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 12 Nov 2001 22:00:03 +0000 Subject: [PATCH] regenerated git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@716 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- yaesu/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yaesu/Makefile.in b/yaesu/Makefile.in index e820be1e6..50e8ee189 100644 --- a/yaesu/Makefile.in +++ b/yaesu/Makefile.in @@ -96,7 +96,7 @@ install_sh = @install_sh@ YAESUSRC = ft747.c ft847.c lib_LTLIBRARIES = libhamlib-yaesu.la -libhamlib_yaesu_la_SOURCES = yaesu.c $(YAESUSRC) +libhamlib_yaesu_la_SOURCES = $(YAESUSRC) yaesu.c libhamlib_yaesu_la_LDFLAGS = -no-undefined -module -avoid-version libhamlib_yaesu_la_LIBADD = ../src/libhamlib.la @@ -119,7 +119,7 @@ libhamlib_yaesu_a_OBJECTS = $(am_libhamlib_yaesu_a_OBJECTS) LTLIBRARIES = $(lib_LTLIBRARIES) libhamlib_yaesu_la_DEPENDENCIES = ../src/libhamlib.la -am_libhamlib_yaesu_la_OBJECTS = yaesu.lo ft747.lo ft847.lo +am_libhamlib_yaesu_la_OBJECTS = ft747.lo ft847.lo yaesu.lo libhamlib_yaesu_la_OBJECTS = $(am_libhamlib_yaesu_la_OBJECTS) DEFS = @DEFS@