aboutsummaryrefslogtreecommitdiffstats
path: root/data/shiboken.pc.in
diff options
context:
space:
mode:
authorrenatofilho <renato.filho@openbossa.org>2010-09-20 18:58:14 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:07:16 -0300
commit602bbf5a86c1c5c9c84535539b4ef617c120c3af (patch)
treec5b82d1a000ea2f503b6078864d29d3421cb9e35 /data/shiboken.pc.in
parent7f5723eac1366e901391fb5771f4a70a45dc6932 (diff)
Use CMAKE_<CONFIG>_POSTFIX on config files, used for cmake and pkgconfig.
Fixes bug #286. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'data/shiboken.pc.in')
-rw-r--r--data/shiboken.pc.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/data/shiboken.pc.in b/data/shiboken.pc.in
index ed1cc6c8c..ab99b8a1d 100644
--- a/data/shiboken.pc.in
+++ b/data/shiboken.pc.in
@@ -7,6 +7,5 @@ generator_location=@CMAKE_INSTALL_PREFIX@/bin/shiboken
Name: shiboken
Description: Support library for Python bindings created with Shiboken generator.
Version: @shiboken_VERSION@
-Libs: -L${libdir} -lpython -lshiboken${shiboken_SUFFIX}
+Libs: -L${libdir} -lpython -lshiboken${shiboken_SUFFIX}@LIBRARY_OUTPUT_SUFFIX@
Cflags: -I${includedir}/shiboken${shiboken_SUFFIX}
-