From 2979c8fc3b5c53c06facad850dcae09645b43044 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 30 Jan 2008 20:37:04 +0000 Subject: [PATCH] Fixed bug #2068: pkg-config trouble. Add -I${includedir} as proposed by Ko van der Sloot. --- yaz.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ -- 1.7.10.4