From 7c6c001c65e04f9a9975c023583bb9c0d05a5bf7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 24 Aug 2004 10:40:23 +0000 Subject: [PATCH] Fix SO lib dependency --- dfa/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dfa/Makefile.am b/dfa/Makefile.am index e12ce80..e7105f0 100644 --- a/dfa/Makefile.am +++ b/dfa/Makefile.am @@ -1,11 +1,11 @@ -## $Id: Makefile.am,v 1.4 2004-08-24 10:37:18 adam Exp $ +## $Id: Makefile.am,v 1.5 2004-08-24 10:40:23 adam Exp $ lib_LTLIBRARIES = libidzebra-dfa.la noinst_PROGRAMS = agrep lexer grepper AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) -LDADD = libdfa.a ../util/libutil.a $(YAZLALIB) $(TCL_LIB) +LDADD = libidzebra-dfa.la ../util/libidzebra-util.la $(YAZLALIB) $(TCL_LIB) agrep_SOURCES = agrep.c -- 1.7.10.4