X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2FMakefile.am;h=2b2335ff53bb65a2d496095eba154b6da35e740d;hb=9547d3a190e933173ff2015dc63aab498dcba130;hp=c36d5ddf2a7d44179e1cac44917a282180a7e9c2;hpb=b9ba556f29428d79db2a874b1a33504290125216;p=idzebra-moved-to-github.git diff --git a/recctrl/Makefile.am b/recctrl/Makefile.am index c36d5dd..2b2335f 100644 --- a/recctrl/Makefile.am +++ b/recctrl/Makefile.am @@ -1,7 +1,15 @@ -## $Id: Makefile.am,v 1.2 2000-05-02 11:26:13 adam Exp $ +## $Id: Makefile.am,v 1.6 2002-11-26 21:45:29 adam Exp $ noinst_LIBRARIES = librecctrl.a +if perl +PERLREAD=perlread.c +else +PERLREAD= +endif + librecctrl_a_SOURCES = recctrl.c recgrs.c sgmlread.c regxread.c \ - marcread.c rectext.c grsread.h recgrs.h rectext.h -INCLUDES = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE) + marcread.c rectext.c grsread.h recgrs.h rectext.h xmlread.c \ + $(PERLREAD) + +INCLUDES = -I$(srcdir)/../include @YAZINC@ $(TCL_INCLUDE)