[asterisk-scf-commits] asterisk-scf/integration/logger.git branch "disintegrated-build" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Jun 17 11:47:05 CDT 2011
branch "disintegrated-build" has been updated
via 248effe04ae3c5a98adfd8940692ac3e3645a589 (commit)
from 8eb647bb14142af7dd8ff93beeeb2e5300a34870 (commit)
Summary of changes:
CMakeLists.txt | 2 --
client/test/CMakeLists.txt | 1 -
server/src/CMakeLists.txt | 2 --
server/test/CMakeLists.txt | 1 -
4 files changed, 0 insertions(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit 248effe04ae3c5a98adfd8940692ac3e3645a589
Author: Kevin P. Fleming <kpfleming at digium.com>
Date: Fri Jun 17 11:46:51 2011 -0500
Rely on automatic inclusion of project's 'include' directory.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6508369..dc8dc34 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,5 @@
astscf_project(Logger 3.4)
-include_directories(include)
-
add_subdirectory(server)
add_subdirectory(client)
diff --git a/client/test/CMakeLists.txt b/client/test/CMakeLists.txt
index 91de2d9..9e4fd16 100644
--- a/client/test/CMakeLists.txt
+++ b/client/test/CMakeLists.txt
@@ -1,5 +1,4 @@
include_directories(../src)
-include_directories(../../include)
astscf_component_init(logging-client-test)
astscf_component_add_files(logging-client-test Logger-test.cpp)
diff --git a/server/src/CMakeLists.txt b/server/src/CMakeLists.txt
index 76ba736..cba9221 100644
--- a/server/src/CMakeLists.txt
+++ b/server/src/CMakeLists.txt
@@ -1,5 +1,3 @@
-include_directories(../../include)
-
astscf_component_init(logging-service-lib)
# an icebox module cannot be used as a shared lib, so build the bulk of the
# code as a static lib that can be linked into both the icebox module and
diff --git a/server/test/CMakeLists.txt b/server/test/CMakeLists.txt
index 754624a..9273009 100644
--- a/server/test/CMakeLists.txt
+++ b/server/test/CMakeLists.txt
@@ -1,5 +1,4 @@
include_directories(../src)
-include_directories(../../include)
astscf_component_init(logging-service-test)
astscf_component_add_files(logging-service-test LoggingServer-test.cpp)
-----------------------------------------------------------------------
--
asterisk-scf/integration/logger.git
More information about the asterisk-scf-commits
mailing list