Module: sems Branch: master Commit: 7b404281e9009b10c6978d022dc7f3afc62ed96c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=7b404281e9009b10c6978d022dc7f3afc62ed96c
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Tue Nov 29 21:03:13 2011 +0400 Compile mwi module Signed-off-by: Peter Lemenkov <[email protected]> --- apps/CMakeLists.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index e3cae89..556accd 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -31,6 +31,7 @@ IF(LAME_FOUND) ADD_SUBDIRECTORY(mp3) ENDIF(LAME_FOUND) ADD_SUBDIRECTORY(msg_storage) +ADD_SUBDIRECTORY(mwi) IF(PYTHONLIBS_FOUND) ADD_SUBDIRECTORY(pin_collect) ENDIF(PYTHONLIBS_FOUND) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
