summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-11-28 15:58:05 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-11-28 15:58:05 +0000
commit6d12685ed63de044d020279e2f14fed3b2629356 (patch)
treed81ba4abf1ad421d7a193d5c50d396db89144ff3
parent253b0a2e5be803ad4872dbbedc41e953e68d5d4a (diff)
Fix lasso.pc.in Cflags field
* lasso.pc.in: cflags must contain include directory
-rw-r--r--lasso.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso.pc.in b/lasso.pc.in
index 0efed0f2..6cfc4a4b 100644
--- a/lasso.pc.in
+++ b/lasso.pc.in
@@ -7,5 +7,5 @@ Name: lasso
Version: @VERSION@
Description: A free implementation of the Liberty Alliance specifications
Requires: libxml-2.0 libxslt xmlsec1 glib-2.0 gobject-2.0
-Cflags: @LASSO_PUB_CFLAGS@
+Cflags: -I${includedir} @LASSO_PUB_CFLAGS@
Libs: -L${libdir} @LASSO_CORE_LIBS@