[asterisk-scf-commits] asterisk-scf/integration/bridging.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Sep 2 14:29:00 CDT 2010
branch "master" has been updated
via 37d389ce17045bf743e4e2875c36d68e3b67b711 (commit)
from 2d2fd75b033a7c8bc0c5438989b6a2d84d72cb93 (commit)
Summary of changes:
test/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 37d389ce17045bf743e4e2875c36d68e3b67b711
Author: David M. Lee <dlee at digium.com>
Date: Thu Sep 2 14:28:31 2010 -0500
Fixed directory search path for integrated build.
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 1899be1..9c889ce 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,5 +1,5 @@
hydra_component_init(bridging_unit_test CXX)
-include_directories("${CMAKE_SOURCE_DIR}/src")
+include_directories("../src")
hydra_component_add_slice(bridging_unit_test EndpointIf)
hydra_component_add_slice(bridging_unit_test ComponentServiceIf)
hydra_component_add_slice(bridging_unit_test SessionIf)
-----------------------------------------------------------------------
--
asterisk-scf/integration/bridging.git
More information about the asterisk-scf-commits
mailing list