Update ResourceCache codes for expiry Timer
[platform/upstream/iotivity.git] / auto_build.sh
index adb514d..4defa66 100755 (executable)
@@ -16,11 +16,17 @@ function build()
 {
        if [ $(uname -s) = "Linux" ]
         then
-               echo "*********** Build for linux *************"
+               echo "*********** Build for linux ************"
                scons RELEASE=$3
 
-               echo "*********** Build for linux with Security*************"
+               echo "*********** Build for linux with Security *************"
                scons RELEASE=$3 SECURED=1
+
+               echo "*********** Build for linux With Remote Access *************"
+               scons RELEASE=$3 WITH_RA=1
+
+               echo "*********** Build for linux With Remote Access & Security ************"
+               scons RELEASE=$3 WITH_RA=1 SECURED=1
        fi
 
        # Note: for android, as oic-resource uses C++11 feature stoi and to_string,