From 64536ef960bf4ed8de62b8db051fa99a181fff1f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 24 Aug 2004 10:44:53 +0000 Subject: [PATCH] Fix other SO dependency --- isamb/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/isamb/Makefile.am b/isamb/Makefile.am index 1de6eed..66928df 100644 --- a/isamb/Makefile.am +++ b/isamb/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.5 2004-08-24 10:37:18 adam Exp $ +## $Id: Makefile.am,v 1.6 2004-08-24 10:44:53 adam Exp $ lib_LTLIBRARIES = libidzebra-isamb.la @@ -7,7 +7,9 @@ check_PROGRAMS = tstisamb TESTS = $(check_PROGRAMS) tstisamb_SOURCES = tstisamb.c -tstisamb_LDADD = libisamb.a ../bfile/libbfile.a ../util/libutil.a $(YAZLALIB) +tstisamb_LDADD = libidzebra-isamb.la \ + ../bfile/libidzebra-bfile.la \ + ../util/libidzebra-util.la $(YAZLALIB) libidzebra_isamb_la_SOURCES = isamb.c -- 1.7.10.4