Add: PUT/DELETE method for Resource Hosting.
[platform/upstream/iotivity.git] / service / notification-manager / SConscript
index ec2ddfa..d8a55b7 100644 (file)
@@ -35,8 +35,9 @@ if target_os == 'android':
 ######################################################################
 NOTI_SRC_DIR = 'NotificationManager/src/'
 notimgr_src = [
-               NOTI_SRC_DIR + 'hosting.c',
-               NOTI_SRC_DIR + 'virtualResource.c']
+        NOTI_SRC_DIR + 'hosting.c',
+        NOTI_SRC_DIR + 'requestHandler.c',
+        NOTI_SRC_DIR + 'virtualResource.c']
 
 notificationsdk = notimgr_env.StaticLibrary('NOTISDKLibrary', notimgr_src)