Module: sems
Branch: peterlemenkov/1.3.x-fedora
Commit: 9478e218fb274af4ba8d2f921c6fb3af1ae8dd1c
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=9478e218fb274af4ba8d2f921c6fb3af1ae8dd1c

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

Reply via email to