summaryrefslogtreecommitdiff
path: root/libcroco.pc.in
diff options
context:
space:
mode:
authorThomas Wood <thos@gnome.org>2009-02-17 11:25:40 +0000
committerThomas Wood <thos@src.gnome.org>2009-02-17 11:25:40 +0000
commit45db58ac0c9078338e70a628fea41bf10d5fa062 (patch)
tree54643ad119669625105d26cbe21d600e1efd9da0 /libcroco.pc.in
parent257ada223535b1d8ebca631cb390a9d6dd518f4e (diff)
downloadlibcroco-45db58ac0c9078338e70a628fea41bf10d5fa062.tar.gz
ensure the library and compiler flags are not hardcoded into the package
2009-02-17 Thomas Wood <thos@gnome.org> * libcroco.pc.in: ensure the library and compiler flags are not hardcoded into the package config file. (bug 342370) svn path=/trunk/; revision=323
Diffstat (limited to 'libcroco.pc.in')
-rw-r--r--libcroco.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcroco.pc.in b/libcroco.pc.in
index 8a94fba..a8b6e78 100644
--- a/libcroco.pc.in
+++ b/libcroco.pc.in
@@ -7,6 +7,6 @@ Name: libcroco
Version: @VERSION@
Description: a CSS2 Parsing and manipulation Library in C.
Requires: glib-2.0 libxml-2.0
-Libs: @CROCO_LIBS@
-Cflags: @CROCO_CFLAGS@
+Libs: -L${libdir} -lcroco-@LIBCROCO_MAJOR_VERSION@.@LIBCROCO_MINOR_VERSION@
+Cflags: -I${includedir}/libcroco-@LIBCROCO_MAJOR_VERSION@.@LIBCROCO_MINOR_VERSION@