Module: sems Branch: peterlemenkov/1.3.x-fedora Commit: 57e8f6ccdf5335207f7017414487db6bf81a64f3 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=57e8f6ccdf5335207f7017414487db6bf81a64f3
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Wed Dec 29 16:55:50 2010 +0300 Install email template Signed-off-by: Peter Lemenkov <[email protected]> --- apps/voicemail/CMakeLists.txt | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/apps/voicemail/CMakeLists.txt b/apps/voicemail/CMakeLists.txt index b82736f..38778bc 100644 --- a/apps/voicemail/CMakeLists.txt +++ b/apps/voicemail/CMakeLists.txt @@ -25,3 +25,7 @@ SET(sems_module_name voicemail) INCLUDE(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt) INCLUDE(${CMAKE_SOURCE_DIR}/cmake/audio.rules.txt) INCLUDE(${CMAKE_SOURCE_DIR}/cmake/config.rules.txt) + +INSTALL( + FILES ./default.template DESTINATION ${SEMS_CFG_PREFIX}/etc/sems/ +) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
