[asterisk-scf-commits] asterisk-scf/release/bridging.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Jan 20 09:18:41 CST 2011
branch "master" has been updated
via 3dc0a56e99eaa104c5c3cdd95ab9602ba2d239b8 (commit)
via e43122c9717a7390f52139f03bd44fea1246f8ae (commit)
from 7f2a04ed6394cfdd356fefd382aa9fdfca2b5f47 (commit)
Summary of changes:
src/CMakeLists.txt | 4 ++++
test/TestCommandDriver.h | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 3dc0a56e99eaa104c5c3cdd95ab9602ba2d239b8
Author: David M. Lee <dlee at digium.com>
Date: Thu Jan 13 20:27:48 2011 -0600
Properly install the bridging component.
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9bf71fc..b18aae4 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -23,3 +23,7 @@ include_directories(${API_INCLUDE_DIR})
asterisk_scf_component_build_icebox(bridgeservice)
target_link_libraries(bridgeservice logging-client)
target_link_libraries(bridgeservice asterisk-scf-api)
+
+install(TARGETS bridgeservice
+ LIBRARY DESTINATION ${ASTERISK_SCF_INSTALL_ICEBOX_DIR}
+ RUNTIME DESTINATION ${ASTERISK_SCF_INSTALL_ICEBOX_DIR})
commit e43122c9717a7390f52139f03bd44fea1246f8ae
Author: David M. Lee <dlee at digium.com>
Date: Thu Jan 13 20:27:15 2011 -0600
Moved test-channel slice to AsteriskSCF/TestChannel directory.
diff --git a/test/TestCommandDriver.h b/test/TestCommandDriver.h
index 7ba013f..1b75255 100644
--- a/test/TestCommandDriver.h
+++ b/test/TestCommandDriver.h
@@ -15,7 +15,7 @@
*/
#pragma once
-#include <CommandsIf.h>
+#include <AsteriskSCF/TestChannel/CommandsIf.h>
#include <IceUtil/Handle.h>
namespace AsteriskSCF
-----------------------------------------------------------------------
--
asterisk-scf/release/bridging.git
More information about the asterisk-scf-commits
mailing list