Fix the notification service SConscript 44/110544/1
authorJooseok Park <jooseok.park@samsung.com>
Mon, 16 Jan 2017 07:53:23 +0000 (16:53 +0900)
committerJooseok Park <jooseok.park@samsung.com>
Tue, 17 Jan 2017 03:40:46 +0000 (12:40 +0900)
commitf2bd01a21da96a97bbef19026f55fe74d14fedb1
tree68e743fdb99525558f93aceb01292b5a967a37a6
parent07e135d0edca2d535add2f68f25cfbe6190f437d
Fix the notification service SConscript

 - when application use the notification service, build error occurs.
 - i.e) /usr/include/service/notification/NSConsumerInterface.h:35:22: fatal error: NSCommon.h: No such file or directory
 - Although NSConsumerInterface.h includes NSCommon.h, NSCommon.h file is not installed in SConscript.
 - So, need to add NSCommon.h in installed header

Change-Id: I2f28f84504d68c5506c89513d74adcdf32d2bbfc
Signed-off-by: JooseokPark <jooseok.park@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/16427
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
(cherry picked from commit e4eca38246a40013530b7df74c1b369960c88897)
Reviewed-on: https://gerrit.iotivity.org/gerrit/16459
Tested-by: Uze Choi <uzchoi@samsung.com>
service/notification/SConscript