X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=dfa%2FMakefile.am;h=c8c59ba1c550b640e1d6d59b8c1b1752b4ad65d9;hp=3058c3bf32004940c3c189e778ca2c9c68ba6ff7;hb=e5e4f1de02396b2cfab488f8e5918853e96d6b53;hpb=6d3046596722d64bd7996f02956724c5feef43b3 diff --git a/dfa/Makefile.am b/dfa/Makefile.am index 3058c3b..c8c59ba 100644 --- a/dfa/Makefile.am +++ b/dfa/Makefile.am @@ -1,11 +1,11 @@ -## $Id: Makefile.am,v 1.1 2000-04-05 09:49:35 adam Exp $ +## $Id: Makefile.am,v 1.2 2002-08-17 08:00:27 adam Exp $ noinst_LIBRARIES = libdfa.a noinst_PROGRAMS = agrep lexer grepper INCLUDES = -I$(srcdir)/../include @YAZINC@ -LDADD = libdfa.a ../util/libutil.a @YAZLIB@ @LIBS@ +LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB) agrep_SOURCES = agrep.c