From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] chunkd: included Cflags in pkg-config spec Date: Thu, 30 Jul 2009 16:37:40 -0400 Message-ID: <4A720494.3030907@garzik.org> References: <4A70AD54.5060806@redhat.com> <4A70F903.4070802@garzik.org> <4A71AEEA.3090107@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4A71AEEA.3090107@redhat.com> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Matthew Farrellee Cc: hail-devel@vger.kernel.org Matthew Farrellee wrote: > pkg-config --cflags for was not returning flags necessary to find > chunkd's headers > > Signed-off-by: Matthew Farrellee > --- > lib/libchunkdc.pc.in | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lib/libchunkdc.pc.in b/lib/libchunkdc.pc.in > index e89a87c..83747a4 100644 > --- a/lib/libchunkdc.pc.in > +++ b/lib/libchunkdc.pc.in > @@ -10,4 +10,4 @@ Description: libchunkdc > Requires: glib-2.0, libssl, libxml-2.0 > Version: @VERSION@ > Libs: -L${libdir} -lchunkdc > -#Cflags: -I${includedir}/libchunkdc-2.0 > +Cflags: -I${includedir}/ applied