From 1e11eee83675ae9f86ad7fdcd4fad6df96aa7f05 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 12 May 2004 07:45:06 +0000 Subject: [PATCH] Fix include path order to avoid yaz++ from using old headers. --- NEWS | 2 ++ src/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 28047a0..feb3e76 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ +Fix include path order to avoid yaz++ from using old headers. + Use YAZ_DOC macro to setup documentation. --- 0.8 2004/04/23 diff --git a/src/Makefile.am b/src/Makefile.am index e88ebda..7f9074b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ -## $Id: Makefile.am,v 1.24 2004-03-30 08:46:36 adam Exp $ +## $Id: Makefile.am,v 1.25 2004-05-12 07:45:06 adam Exp $ -AM_CXXFLAGS = $(YAZINC) -I$(srcdir)/../include +AM_CXXFLAGS = -I$(srcdir)/../include $(YAZINC) lib_LTLIBRARIES = libyazcpp.la libyazcpp_la_LDFLAGS=-version-info 1:0:0 -- 1.7.10.4