From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Farrellee Subject: [PATCH] cld: included Cflags in pkg-config spec Date: Wed, 29 Jul 2009 15:13:08 -0500 Message-ID: <4A70AD54.5060806@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: hail-devel@vger.kernel.org pkg-config --cflags for libcldc was not returning flags necessary to find cldc's headers. Signed-off-by: Matthew Farrellee --- lib/libcldc.pc.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/libcldc.pc.in b/lib/libcldc.pc.in index a3e7ff1..d083a4d 100644 --- a/lib/libcldc.pc.in +++ b/lib/libcldc.pc.in @@ -10,4 +10,4 @@ Description: libcldc Requires: glib-2.0 Version: @VERSION@ Libs: -L${libdir} -lcldc -#Cflags: -I${includedir}/libcldc-2.0 +Cflags: -I${includedir} -- 1.6.0.6