X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dfa%2FMakefile.am;h=c3b1968d18dea0b5833f857479f62a2fa67e7904;hb=b9c1a6fcf5c4821d0190efdecbc14ea5d6c96aec;hp=e12ce8023855e7d0bfa98beec5dfa7cf57773c4a;hpb=cb007c6145b0dbb3fcbe9826f081650becf9a05c;p=idzebra-moved-to-github.git diff --git a/dfa/Makefile.am b/dfa/Makefile.am index e12ce80..c3b1968 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.11 2006-07-05 15:03:45 adam Exp $ -lib_LTLIBRARIES = libidzebra-dfa.la +noinst_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) agrep_SOURCES = agrep.c