added cacheadapter interface and memorycache of notification.
[platform/upstream/iotivity.git] / service / SConscript
index 2e8d1f5..bbd66d4 100755 (executable)
@@ -43,8 +43,8 @@ if target_os not in ['arduino','darwin', 'ios']:
     if target_os in ['linux']:
         SConscript('scene-manager/SConscript')
 
-    #if target_os in ['linux']:
-        #SConscript('notification/SConscript')
+    if target_os in ['linux']:
+        SConscript('notification/SConscript')
 
     # Build simulator module
     if target_os in ['linux'] and env.get('SIMULATOR', False):