projects
/
yaz-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:
1318f44
)
Fixed bug #2068: pkg-config trouble.
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 30 Jan 2008 20:37:04 +0000
(20:37 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 30 Jan 2008 20:37:04 +0000
(20:37 +0000)
Add -I${includedir} as proposed by Ko van der Sloot.
yaz.pc.in
patch
|
blob
|
history
diff --git
a/yaz.pc.in
b/yaz.pc.in
index
546b5ed
..
35a363c
100644
(file)
--- a/
yaz.pc.in
+++ b/
yaz.pc.in
@@
-9,4
+9,4
@@
Description: YAZ library.
Requires: libexslt
Libs: -L${libdir} -lyaz
Libs.private: @LIBS@
-Cflags: @YAZ_CONFIG_CFLAGS@
+Cflags: -I${includedir} @YAZ_CONFIG_CFLAGS@