fix cerfificate popup crash and TC fail
[framework/osp/web.git] / CMakeLists.txt
index ebc51c4..edbe3ef 100755 (executable)
@@ -9,6 +9,8 @@ INCLUDE_DIRECTORIES(
        inc
        src
        src/controls
+       src/controls/inc
+
        /usr/include/appfw
        /usr/include/glib-2.0 
        /usr/lib/glib-2.0/include
@@ -87,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)
@@ -165,6 +168,7 @@ INSTALL(DIRECTORY ${LIBRARY_OUTPUT_PATH}/debug/ DESTINATION lib/osp/browser-plug
 
 
 INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/inc/ DESTINATION include/osp FILES_MATCHING PATTERN "*.h")
+INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/src/controls/inc/ DESTINATION include/osp/web/controls FILES_MATCHING PATTERN "*.h")
 
 # pkgconfig file
 CONFIGURE_FILE(${this_target}.pc.in ${CMAKE_SOURCE_DIR}/${this_target}.pc @ONLY)