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)
 - 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

index 2b4df41256b7a4037e88bc16c1f1b3e0b9e0879f..745f801f957bb5cd36099d3a5ee2cf2f5e0ffdb4 100755 (executable)
@@ -123,6 +123,9 @@ notification_provider_env.UserInstallTargetHeader('include/NSProviderInterface.h
        'service/notification', 'NSProviderInterface.h')
 notification_consumer_env.UserInstallTargetHeader('include/NSConsumerInterface.h',\
        'service/notification', 'NSConsumerInterface.h')
+notification_consumer_env.UserInstallTargetHeader('include/NSCommon.h',\
+       'service/notification', 'NSCommon.h')
+
 
 # Go to build Unit test
 if target_os == 'linux':