Fix lasso.pc.in Cflags field

* lasso.pc.in: cflags must contain include directory
This commit is contained in:
Benjamin Dauvergne 2008-11-28 15:58:05 +00:00
parent 253b0a2e5b
commit 6d12685ed6
1 changed files with 1 additions and 1 deletions

View File

@ -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@