projects
/
yazpp-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8836b7f
)
Fix include path order to avoid yaz++ from using old headers.
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 12 May 2004 07:45:06 +0000
(07:45 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 12 May 2004 07:45:06 +0000
(07:45 +0000)
NEWS
patch
|
blob
|
history
src/Makefile.am
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index
28047a0
..
feb3e76
100644
(file)
--- 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
(file)
--- 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