All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cld: included Cflags in pkg-config spec
@ 2009-07-29 20:13 Matthew Farrellee
  2009-07-30  1:21 ` Jeff Garzik
  2009-07-30  1:36 ` Jeff Garzik
  0 siblings, 2 replies; 5+ messages in thread
From: Matthew Farrellee @ 2009-07-29 20:13 UTC (permalink / raw)
  To: hail-devel

pkg-config --cflags for libcldc was not returning flags necessary to
find cldc's headers.

Signed-off-by: Matthew Farrellee <matt@redhat.com>
---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-07-30 20:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-29 20:13 [PATCH] cld: included Cflags in pkg-config spec Matthew Farrellee
2009-07-30  1:21 ` Jeff Garzik
2009-07-30  1:36 ` Jeff Garzik
2009-07-30 14:32   ` [PATCH] chunkd: " Matthew Farrellee
2009-07-30 20:37     ` Jeff Garzik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.