From: Adam Dickmeiss Date: Tue, 24 Aug 2004 10:40:23 +0000 (+0000) Subject: Fix SO lib dependency X-Git-Tag: snippet.version.1~399 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=7c6c001c65e04f9a9975c023583bb9c0d05a5bf7 Fix SO lib dependency --- 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