From 1c64997db375c9a666608c9b0ced279ad932e81c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Wed, 6 Apr 2005 22:02:29 +0000 Subject: [PATCH] orion needs gettimeofday git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1998 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- tentec/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tentec/Makefile.am b/tentec/Makefile.am index 021fc0757..d389903eb 100644 --- a/tentec/Makefile.am +++ b/tentec/Makefile.am @@ -4,6 +4,7 @@ TENTECSRCLIST = rx320.c rx340.c rx350.c \ lib_LTLIBRARIES = hamlib-tentec.la hamlib_tentec_la_SOURCES = $(TENTECSRCLIST) tentec.c tentec2.c tt550.c hamlib_tentec_la_LDFLAGS = -no-undefined -module -avoid-version -hamlib_tentec_la_LIBADD = $(top_builddir)/src/libhamlib.la +hamlib_tentec_la_LIBADD = $(top_builddir)/src/libhamlib.la \ + $(top_builddir)/lib/libmisc.la noinst_HEADERS = tentec.h tentec2.h tt550.h