From d3263920e1450036b3add4b0a8c049136594afa1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 11 Aug 2006 12:57:30 +0000 Subject: [PATCH] Include XML2_CFLAGS in AM_CPPFLAGS --- client/Makefile.am | 4 ++-- zoom/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/Makefile.am b/client/Makefile.am index 4a40dd5..8516cdc 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -1,6 +1,6 @@ ## Copyright (C) 1995-2004, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.26 2005-09-09 10:34:09 adam Exp $ +## $Id: Makefile.am,v 1.27 2006-08-11 12:57:30 adam Exp $ bin_PROGRAMS=yaz-client @@ -13,7 +13,7 @@ yaz_client_SOURCES=client.c $(COMMON) AM_CFLAGS=$(THREAD_CFLAGS) -AM_CPPFLAGS=-I$(top_srcdir)/include $(SSL_CFLAGS) +AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS) $(SSL_CFLAGS) yaz_client_LDADD = ../src/libyaz.la $(READLINE_LIBS) bertorture_LDADD = ../src/libyaz.la diff --git a/zoom/Makefile.am b/zoom/Makefile.am index f080c51..86cdff3 100644 --- a/zoom/Makefile.am +++ b/zoom/Makefile.am @@ -1,7 +1,7 @@ -## $Id: Makefile.am,v 1.19 2006-06-15 10:38:35 adam Exp $ +## $Id: Makefile.am,v 1.20 2006-08-11 12:57:31 adam Exp $ ## Copyright (C) 2001, Index Data -AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include $(XML2_CFLAGS) bin_PROGRAMS = zoomsh noinst_PROGRAMS = zoomtst1 zoomtst2 zoomtst3 zoomtst4 zoomtst5 zoomtst6 zoomtst7 zoomtst8 zoomtst9 zoomtst10 zoom-benchmark -- 1.7.10.4