Modify service/SConscript file for boost download issue
authorYounghyunJoo <yh_.joo@samsung.com>
Fri, 17 Jul 2015 04:27:43 +0000 (13:27 +0900)
committerUze Choi <uzchoi@samsung.com>
Fri, 17 Jul 2015 05:55:29 +0000 (05:55 +0000)
change the building sequence of notification and protocol-plugin

Change-Id: I5a8697fc70fe29034c7dddc6614e31c9c6430318
Signed-off-by: YounghyunJoo <yh_.joo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1704
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
service/SConscript

index a3bd70e..690c251 100644 (file)
@@ -33,13 +33,14 @@ if target_os not in ['arduino','darwin','ios']:
        # Build soft sensor manager project
        SConscript('soft-sensor-manager/SConscript')
 
+       # Build notification manager project
+       SConscript('notification-manager/SConscript')
+
        # Build protocol plugin project
        # protocol-plugin use 'inotify', this feature isn't support by MAC OSX
        if target_os not in ['darwin', 'ios']:
                SConscript('protocol-plugin/SConscript')
 
-       # Build notification manager project
-       SConscript('notification-manager/SConscript')
 #else:
 #      SConscript('notification-manager/SampleApp/arduino/SConscript')