Fixed bug #2068: pkg-config trouble.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 30 Jan 2008 20:37:04 +0000 (20:37 +0000)
committerAdam 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

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@