Fix build issue about unittest and cloud interface
authorch79.cho <ch79.cho@samsung.com>
Thu, 18 Aug 2016 13:43:03 +0000 (22:43 +0900)
committerUze Choi <uzchoi@samsung.com>
Fri, 19 Aug 2016 01:25:53 +0000 (01:25 +0000)
commit90959b0f2675d2e39770c1e6a02bff0e05d1a9ab
tree1ed4d8721c290b71cbd2c45e4a13a11bcb702abf
parent5fe0b8ad1686183ece67181e9ba26036baee015c
Fix build issue about unittest and cloud interface

When notification service unittest build with '-Wl, --as-needed' LDFLAGS,
some build machine returns build fail.(this flag is default option.)
The default of passing --as-needed can be undone by passing --no-as-needed to the linker.
So, 'Wl, --no-as-needed' flag is added in notification unittest SConscript.

CloudPublish is removed, because it is not used by sample application.

Change-Id: Ibeeb0ec60d80da1e216c43ba635e2efc0f193b7e
Signed-off-by: ch79.cho <ch79.cho@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/10627
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
service/notification/examples/linux/cloud_connector.c
service/notification/unittest/SConscript