X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dfa%2FMakefile.am;h=c3b1968d18dea0b5833f857479f62a2fa67e7904;hb=be6f4de56d3ab4fd49fbea540afe2580b947cded;hp=a6d885df0fd38ca45a4159f2c8f4035746057e7d;hpb=9a14cd596da0fd59d38a62aa4e4535dfd89aa295;p=idzebra-moved-to-github.git diff --git a/dfa/Makefile.am b/dfa/Makefile.am index a6d885d..c3b1968 100644 --- a/dfa/Makefile.am +++ b/dfa/Makefile.am @@ -1,11 +1,11 @@ -## $Id: Makefile.am,v 1.3 2004-06-16 20:49:17 adam Exp $ +## $Id: Makefile.am,v 1.11 2006-07-05 15:03:45 adam Exp $ -noinst_LIBRARIES = libdfa.a +noinst_LTLIBRARIES = libidzebra-dfa.la noinst_PROGRAMS = agrep lexer grepper AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) -LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB) +LDADD = libidzebra-dfa.la ../util/libidzebra-util.la $(YAZLALIB) agrep_SOURCES = agrep.c @@ -13,5 +13,5 @@ lexer_SOURCES = lexer.c readfile.c grepper_SOURCES = grepper.c -libdfa_a_SOURCES = dfa.c imalloc.c states.c set.c bset.c \ +libidzebra_dfa_la_SOURCES = dfa.c imalloc.c states.c set.c bset.c \ dfap.h imalloc.h lexer.h