From: Adam Dickmeiss Date: Mon, 8 Jul 2002 08:43:23 +0000 (+0000) Subject: Fix YAZ include X-Git-Tag: ZEBRA.1.3.0~33 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=0851370c56015b5a552402a71ecc48c9bbe23989;hp=a749ce4ff4739420474e7d40f400321a86f67684;p=idzebra-moved-to-github.git Fix YAZ include --- diff --git a/recctrl/Makefile.am b/recctrl/Makefile.am index eff49b8..fb376a6 100644 --- a/recctrl/Makefile.am +++ b/recctrl/Makefile.am @@ -1,7 +1,7 @@ -## $Id: Makefile.am,v 1.3 2002-05-13 14:13:43 adam Exp $ +## $Id: Makefile.am,v 1.4 2002-07-08 08:43:23 adam Exp $ noinst_LIBRARIES = librecctrl.a librecctrl_a_SOURCES = recctrl.c recgrs.c sgmlread.c regxread.c \ marcread.c rectext.c grsread.h recgrs.h rectext.h xmlread.c -INCLUDES = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE) +INCLUDES = -I$(srcdir)/../include @YAZINC@ $(TCL_INCLUDE)