Module: sems Branch: peterlemenkov/1.3.x-fedora Commit: 7f2c45fc1e9c2c1900244709abfa125c9b7e5755 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=7f2c45fc1e9c2c1900244709abfa125c9b7e5755
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Wed Dec 29 16:02:44 2010 +0300 Fix gateway module's version passing in CMake Signed-off-by: Peter Lemenkov <[email protected]> --- apps/gateway/CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apps/gateway/CMakeLists.txt b/apps/gateway/CMakeLists.txt index e18389a..ef0acde 100644 --- a/apps/gateway/CMakeLists.txt +++ b/apps/gateway/CMakeLists.txt @@ -6,7 +6,7 @@ mISDNNames.cpp mISDNStack.cpp ) -ADD_DEFINITIONS(-DGW_VERSION="0.1") +ADD_DEFINITIONS(-DGW_VERSION=\\\"0.1\\\") INCLUDE_DIRECTORIES(${MISDN_INCLUDE_DIR}/mISDNuser) SET(sems_module_name gateway) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
