From: Adam Dickmeiss Date: Wed, 30 Jan 2008 20:37:04 +0000 (+0000) Subject: Fixed bug #2068: pkg-config trouble. X-Git-Tag: YAZ.3.0.26~16 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=2979c8fc3b5c53c06facad850dcae09645b43044 Fixed bug #2068: pkg-config trouble. Add -I${includedir} as proposed by Ko van der Sloot. --- diff --git a/yaz.pc.in b/yaz.pc.in index 546b5ed..35a363c 100644 --- 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@