X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dfa%2FMakefile.am;h=a6d885df0fd38ca45a4159f2c8f4035746057e7d;hb=cd3f39bbae63668b8806ed205132da166e73102f;hp=3058c3bf32004940c3c189e778ca2c9c68ba6ff7;hpb=69da23537c6bb71ab948e079708bf8ea090de73f;p=idzebra-moved-to-github.git diff --git a/dfa/Makefile.am b/dfa/Makefile.am index 3058c3b..a6d885d 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.3 2004-06-16 20:49:17 adam Exp $ noinst_LIBRARIES = libdfa.a noinst_PROGRAMS = agrep lexer grepper -INCLUDES = -I$(srcdir)/../include @YAZINC@ -LDADD = libdfa.a ../util/libutil.a @YAZLIB@ @LIBS@ +AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) +LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB) agrep_SOURCES = agrep.c