Add Cloud interface consumer sample example code
[platform/upstream/iotivity.git] / service / SConscript
index 114be6e..8c956e0 100755 (executable)
@@ -30,7 +30,7 @@ if target_os not in ['arduino','darwin', 'ios', 'windows']:
     # Build things manager project
     SConscript('things-manager/SConscript')
 
-    # Build notification manager project
+    # Build resource-hosting project
     SConscript('resource-hosting/SConscript')
 
     # Build resource-encapsulation project
@@ -43,6 +43,10 @@ if target_os not in ['arduino','darwin', 'ios', 'windows']:
     if target_os in ['linux']:
         SConscript('scene-manager/SConscript')
 
+    # Build notification-service project    
+    if target_os in ['linux','android']:
+        SConscript('notification/SConscript')
+
     # Build simulator module
     if target_os in ['linux'] and env.get('SIMULATOR', False):
         SConscript('simulator/SConscript')