[asterisk-scf-commits] asterisk-scf/integration/bridging.git branch "install" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Jan 14 13:19:53 CST 2011
branch "install" has been updated
via d354233bbae95500f4bf4ee075b8e8e1a66668c5 (commit)
via a654a43667f690a5aadbed5ee3d217ae16a1eccc (commit)
from 50af0d1d84473b946a414371721b4238d3edd4c6 (commit)
Summary of changes:
src/CMakeLists.txt | 4 ++++
test/TestCommandDriver.h | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit d354233bbae95500f4bf4ee075b8e8e1a66668c5
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 a654a43667f690a5aadbed5ee3d217ae16a1eccc
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/integration/bridging.git
More information about the asterisk-scf-commits
mailing list