From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Farrellee Subject: [PATCH] chunkd: included Cflags in pkg-config spec Date: Thu, 30 Jul 2009 09:32:10 -0500 Message-ID: <4A71AEEA.3090107@redhat.com> References: <4A70AD54.5060806@redhat.com> <4A70F903.4070802@garzik.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4A70F903.4070802@garzik.org> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Jeff Garzik Cc: hail-devel@vger.kernel.org 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}/ -- 1.6.0.6