From: Adam Dickmeiss Date: Mon, 5 Jan 2004 09:41:31 +0000 (+0000) Subject: Fix flags for XML2 X-Git-Tag: YAZ.2.0.9~2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=8b1f021032708fbb64d8bee92be590f8ac3066a7 Fix flags for XML2 --- diff --git a/src/Makefile.am b/src/Makefile.am index d4744fb..67c8b01 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ ## Copyright (C) 1994-2003, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.3 2004-01-05 09:34:42 adam Exp $ +## $Id: Makefile.am,v 1.4 2004-01-05 09:41:31 adam Exp $ if ISTHR thrlib=libyazthread.la @@ -29,7 +29,7 @@ EXTRA_DIST=$(tabdata_DATA) $(illdata_DATA) \ YAZCOMP = $(top_srcdir)/util/yaz-asncomp YAZCOMPLINE = $(YAZCOMP) -d z.tcl -i yaz -I../include $(YCFLAGS) -AM_CPPFLAGS=-I$(top_srcdir)/include $(XSLT_CFLAGS) +AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS) AM_YFLAGS=-p cql_ THREADED_FLAGS = @CFLAGSTHREADS@