From 0851370c56015b5a552402a71ecc48c9bbe23989 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 8 Jul 2002 08:43:23 +0000 Subject: [PATCH] Fix YAZ include --- recctrl/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.10.4