[asterisk-scf-commits] asterisk-scf/integration/logger.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Oct 5 11:13:46 CDT 2010
branch "master" has been updated
via 722507c800ba7c0dd7ef07db8a034a06edb900dd (commit)
from 82932af51583eadae12ad31c5e02139c71410f2c (commit)
Summary of changes:
CMakeLists.txt | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 722507c800ba7c0dd7ef07db8a034a06edb900dd
Author: David M. Lee <dlee at digium.com>
Date: Tue Oct 5 11:13:41 2010 -0500
Set a logger_dir variable to allow the logging sources to be found.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f885d71..7c46d78 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,5 +23,7 @@ if(NOT integrated_build STREQUAL "true")
add_subdirectory(slice)
endif()
+set(logger_dir ${CMAKE_CURRENT_SOURCE_DIR})
+
add_subdirectory(server)
add_subdirectory(client)
-----------------------------------------------------------------------
--
asterisk-scf/integration/logger.git
More information about the asterisk-scf-commits
mailing list