aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Kittner <andkit@gmx.de>2012-02-29 21:00:47 +0100
committerHugo Parente Lima <hugo.lima@openbossa.org>2012-03-13 18:54:01 +0100
commit9536f1388bc768722a7407c61504ea5e6227f57f (patch)
tree9d33a638574361e4502ba2b85660d6ac1e7467f7
parent02c1fd0749fcee5c0c869d1bf822b33d32fed8ad (diff)
Use correct variable replacement syntax
Fixes issue #PYSIDE-5 Change-Id: I8950416b743f99c3646a89640a1ac35c4c4362a1 Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
-rw-r--r--data/shiboken.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/shiboken.pc.in b/data/shiboken.pc.in
index a603a6b..884a178 100644
--- a/data/shiboken.pc.in
+++ b/data/shiboken.pc.in
@@ -9,5 +9,5 @@ python_include_dir=@SBK_PYTHON_INCLUDE_DIR@
Name: shiboken
Description: Support library for Python bindings created with Shiboken generator.
Version: @shiboken_VERSION@
-Libs: @SBK_PYTHON_LIBRARIES@ -L${libdir} -lshiboken${shiboken_SUFFIX}@PYTHON_SUFFIX@@LIBRARY_OUTPUT_SUFFIX@
-Cflags: -I@SBK_PYTHON_INCLUDE_DIR@ -I${includedir}/${shiboken_SUFFIX}@SBK_PKG_CONFIG_PY_DEBUG_DEFINITION@
+Libs: @SBK_PYTHON_LIBRARIES@ -L${libdir} -lshiboken@shiboken_SUFFIX@@PYTHON_SUFFIX@@LIBRARY_OUTPUT_SUFFIX@
+Cflags: -I@SBK_PYTHON_INCLUDE_DIR@ -I${includedir}/@shiboken_SUFFIX@@SBK_PKG_CONFIG_PY_DEBUG_DEFINITION@