change secure_log
[framework/osp/web.git] / CMakeLists.txt
index 7383223..bceda8a 100755 (executable)
@@ -89,6 +89,7 @@ SET (${this_target}_SOURCE_FILES
        src/controls/FWebCtrl_WebNotification.cpp
        src/controls/FWebCtrl_WebNotificationHandler.cpp
        src/controls/FWebCtrl_FormDataWindow.cpp
+       src/controls/FWebCtrl_WebManager.cpp
 )
 ## Add Definitions
 ADD_DEFINITIONS(${OSP_DEFINITIONS} -D_MODEL_RES_WVGA)
@@ -116,6 +117,7 @@ TARGET_LINK_LIBRARIES(${this_target} "-losp-image" )
 TARGET_LINK_LIBRARIES(${this_target} "-losp-media" )
 TARGET_LINK_LIBRARIES(${this_target} "-losp-net" )
 TARGET_LINK_LIBRARIES(${this_target} "-lecore" )
+TARGET_LINK_LIBRARIES(${this_target} "-lecore_x" )
 TARGET_LINK_LIBRARIES(${this_target} "-lecore_imf" ) 
 TARGET_LINK_LIBRARIES(${this_target} "-lecore_imf_evas" )
 TARGET_LINK_LIBRARIES(${this_target} "-lelementary" )