From 23069e5ff815a91cbf670187e72c2ef441104909 Mon Sep 17 00:00:00 2001 From: Habib Virji Date: Mon, 31 Oct 2016 12:27:46 +0000 Subject: [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 Reviewed-on: https://gerrit.iotivity.org/gerrit/12905 Tested-by: jenkins-iotivity --- cloud/samples/client/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloud') 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']) -- cgit v1.2.3