X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=dfa%2FMakefile.am;h=e12ce8023855e7d0bfa98beec5dfa7cf57773c4a;hp=a6d885df0fd38ca45a4159f2c8f4035746057e7d;hb=cb007c6145b0dbb3fcbe9826f081650becf9a05c;hpb=9c50a60b4bd5de297f77866fd173c78a10328498 diff --git a/dfa/Makefile.am b/dfa/Makefile.am index a6d885d..e12ce80 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.4 2004-08-24 10:37:18 adam Exp $ -noinst_LIBRARIES = libdfa.a +lib_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 = libdfa.a ../util/libutil.a $(YAZLALIB) $(TCL_LIB) 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