From a57d90c57e33842894474f2c1bcdd49469102ef8 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Tue, 15 Sep 2009 11:58:14 +0000 Subject: [PATCH] added stub for mod_aws dsm git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1496 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/dsm/mods/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dsm/mods/CMakeLists.txt b/apps/dsm/mods/CMakeLists.txt index f5e254aa..638762d7 100644 --- a/apps/dsm/mods/CMakeLists.txt +++ b/apps/dsm/mods/CMakeLists.txt @@ -1,3 +1,4 @@ +#ADD_SUBDIRECTORY (mod_aws) ADD_SUBDIRECTORY (mod_conference) ADD_SUBDIRECTORY (mod_dlg) IF(SEMS_USE_MONITORING)