aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-10-20 16:31:49 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:08:20 -0300
commitd487546eb6d06e0016e890e81fbbf8907cf90b49 (patch)
tree604134602fa55ffb74c417dd8c9be82df9478812 /data
parentb13e80c9b7ba4c57f14f509db3b54ed4a3fbfbde (diff)
Fixes libshiboken pkg-config file.
Diffstat (limited to 'data')
-rw-r--r--data/shiboken.pc.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/data/shiboken.pc.in b/data/shiboken.pc.in
index ab99b8a1d..6aa2c5563 100644
--- a/data/shiboken.pc.in
+++ b/data/shiboken.pc.in
@@ -3,9 +3,10 @@ exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=@LIB_INSTALL_DIR@
includedir=@CMAKE_INSTALL_PREFIX@/include/shiboken
generator_location=@CMAKE_INSTALL_PREFIX@/bin/shiboken
+python_interpreter=@PYTHON_EXECUTABLE@
Name: shiboken
Description: Support library for Python bindings created with Shiboken generator.
Version: @shiboken_VERSION@
-Libs: -L${libdir} -lpython -lshiboken${shiboken_SUFFIX}@LIBRARY_OUTPUT_SUFFIX@
-Cflags: -I${includedir}/shiboken${shiboken_SUFFIX}
+Libs: @SBK_PYTHON_LIBRARIES@ -L${libdir} -lshiboken${shiboken_SUFFIX}@LIBRARY_OUTPUT_SUFFIX@
+Cflags: -I@PYTHON_INCLUDE_PATH@ -I${includedir}/${shiboken_SUFFIX}