aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
diff options
context:
space:
mode:
authorLauro Neto <lauro.neto@openbossa.org>2010-02-25 17:58:42 -0300
committerHugo Lima <hugo.lima@openbossa.org>2010-02-25 20:00:52 -0300
commit3a184c23994189a24cb7f65dd413d32ea373929c (patch)
treeee13179f82a37156b75d06b503998203c32097e1 /libshiboken
parent87e9b581d64e2d34b2cc63ecc80b946be38ad190 (diff)
Fix Config.cmake library path
Reviewed by Hugo Parente <hugo.lima@openbossa.org>
Diffstat (limited to 'libshiboken')
-rw-r--r--libshiboken/ShibokenConfig.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libshiboken/ShibokenConfig.cmake.in b/libshiboken/ShibokenConfig.cmake.in
index 88e35eae6..a21898b39 100644
--- a/libshiboken/ShibokenConfig.cmake.in
+++ b/libshiboken/ShibokenConfig.cmake.in
@@ -2,4 +2,4 @@
# SHIBOKEN_LIBRARIES - Files to link against to use SHIBOKEN
SET(SHIBOKEN_INCLUDE_DIR "@CMAKE_INSTALL_PREFIX@/include/shiboken")
-SET(SHIBOKEN_LIBRARY "shiboken")
+SET(SHIBOKEN_LIBRARY "@LIB_INSTALL_DIR@/@CMAKE_SHARED_LIBRARY_PREFIX@shiboken@CMAKE_SHARED_LIBRARY_SUFFIX@")