Module: sems Branch: peterlemenkov/1.2.x-fedora Commit: d84e195c467dbd7a611b67f8110039916c799ada URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=d84e195c467dbd7a611b67f8110039916c799ada
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Wed Jun 2 11:12:34 2010 +0000 Fix MOD_NAME passing to gcc Signed-off-by: Peter Lemenkov <[email protected]> git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/sems/branches/1...@1945 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- cmake/module.rules.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cmake/module.rules.txt b/cmake/module.rules.txt index 80ec94e..6299ee0 100644 --- a/cmake/module.rules.txt +++ b/cmake/module.rules.txt @@ -6,7 +6,7 @@ ADD_LIBRARY(sems_${sems_module_name} SHARED ${${sems_module_name}_SRCS}) -ADD_DEFINITIONS(-DMOD_NAME="\\\"${sems_module_name}\\\"") +ADD_DEFINITIONS(-DMOD_NAME=\\\"${sems_module_name}\\\") # all modules should be linked against ${CMAKE_DL_LIBS} at least # and with additional ${sems_module_libs} if they exists _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
