diff options
author | Habib Virji <habib.virji@samsung.com> | 2016-10-31 12:27:46 +0000 |
---|---|---|
committer | Habib Virji <habib.virji@samsung.com> | 2016-10-31 14:45:25 +0000 |
commit | 23069e5ff815a91cbf670187e72c2ef441104909 (patch) | |
tree | 19693bae7d5432da02a50e8e6cf63302d08172e0 /cloud | |
parent | 910587285c5f773a0c77be375fbb420245123be4 (diff) | |
download | iotivity-23069e5ff815a91cbf670187e72c2ef441104909.tar.gz iotivity-23069e5ff815a91cbf670187e72c2ef441104909.tar.bz2 iotivity-23069e5ff815a91cbf670187e72c2ef441104909.zip |
[IOT-1386] Update ins value after deleting resource from rd
- Support multiple ins query for deleting resource.
- Reset ins value of deleted resource.
- Enable RD build in all platforms.
- https://jira.iotivity.org/browse/IOT-1386
Change-Id: I9540061add94ea325f7b5261f53159d88ad0fee9
Signed-off-by: Habib Virji <habib.virji@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/12905
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Diffstat (limited to 'cloud')
-rw-r--r-- | cloud/samples/client/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/samples/client/SConscript b/cloud/samples/client/SConscript index aadd7a4b0..3f9ae5855 100644 --- a/cloud/samples/client/SConscript +++ b/cloud/samples/client/SConscript @@ -43,7 +43,7 @@ cc_sample_app_env.AppendUnique(CPPPATH = [ cc_sample_app_env.AppendUnique(CXXFLAGS = ['-O2', '-g', '-Wall', '-Wextra', '-std=c++0x', '-pthread']) cc_sample_app_env.AppendUnique(LIBPATH = [env.get('BUILD_DIR')]) cc_sample_app_env.AppendUnique(RPATH = [env.get('BUILD_DIR')]) -cc_sample_app_env.PrependUnique(LIBS = ['oc', 'octbstack', 'pthread']) +cc_sample_app_env.PrependUnique(LIBS = ['oc', 'octbstack', 'pthread', 'resource_directory']) cc_sample_app_env.AppendUnique(CPPDEFINES = ['WITH_CLOUD', 'RD_CLIENT']) |