[asterisk-scf-commits] asterisk-scf/release/slice.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Thu Jan 20 09:18:44 CST 2011


branch "master" has been updated
       via  a8830da8f9d4452140086a9bbf6f079274d92d46 (commit)
      from  7df639e3f8ded32acdbf25de960ede9b64d9b481 (commit)

Summary of changes:
 CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit a8830da8f9d4452140086a9bbf6f079274d92d46
Author: David M. Lee <dlee at digium.com>
Date:   Thu Jan 20 09:02:27 2011 -0600

    Runtime destination for regular libs should be bindir

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ccbb7fb..5a85839 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,7 +22,7 @@ set(API_SLICE_DIR ${CMAKE_CURRENT_SOURCE_DIR} PARENT_SCOPE)
 
 install(TARGETS asterisk-scf-api
     LIBRARY DESTINATION ${ASTERISK_SCF_INSTALL_LIB_DIR}
-    RUNTIME DESTINATION ${ASTERISK_SCF_INSTALL_LIB_DIR})
+    RUNTIME DESTINATION ${ASTERISK_SCF_INSTALL_BIN_DIR})
 install(DIRECTORY AsteriskSCF DESTINATION ${ASTERISK_SCF_INSTALL_SLICE_DIR})
 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/generated/
     DESTINATION ${ASTERISK_SCF_INSTALL_INCLUDE_DIR}

-----------------------------------------------------------------------


-- 
asterisk-scf/release/slice.git



More information about the asterisk-scf-commits mailing list