Matthew Farrellee wrote:
pkg-config --cflags for libcldc was not returning flags necessary to
find cldc's headers.
Signed-off-by: Matthew Farrellee <[email protected]>
---
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}
applied
--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html