Include XML2_CFLAGS in AM_CPPFLAGS
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 11 Aug 2006 12:57:30 +0000 (12:57 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 11 Aug 2006 12:57:30 +0000 (12:57 +0000)
client/Makefile.am
zoom/Makefile.am

index 4a40dd5..8516cdc 100644 (file)
@@ -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 
index f080c51..86cdff3 100644 (file)
@@ -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