LIST(APPEND WSO2_INCLUDES ${WSO2_INCLUDE_DIR_axis2} ${WSO2_INCLUDE_DIR_axis2}/platforms)
ENDIF()
-FIND_LIBRARY(WSO2_LIBRARY_axis2_axiom NAMES axis2_axiom)
-FIND_LIBRARY(WSO2_LIBRARY_axis2_engine NAMES axis2_engine)
-FIND_LIBRARY(WSO2_LIBRARY_wso2_wsf NAMES wso2_wsf)
+FIND_LIBRARY(WSO2_LIBRARY_axutil NAMES axutil)
+FIND_LIBRARY(WSO2_LIBRARY_guththila NAMES guththila)
+FIND_LIBRARY(WSO2_LIBRARY_neethi NAMES neethi)
+FIND_LIBRARY(WSO2_LIBRARY_axis2_parser NAMES axis2_parser)
+FIND_LIBRARY(WSO2_LIBRARY_axis2_axiom NAMES axis2_axiom)
+FIND_LIBRARY(WSO2_LIBRARY_axis2_http_common NAMES axis2_http_common)
+FIND_LIBRARY(WSO2_LIBRARY_axis2_engine NAMES axis2_engine)
+FIND_LIBRARY(WSO2_LIBRARY_wso2_wsf NAMES wso2_wsf)
SET(WSO2_LIBRARIES)
+SET(WSO2_LIBRARIES ${WSO2_LIBRARIES} ${WSO2_LIBRARY_axutil})
+SET(WSO2_LIBRARIES ${WSO2_LIBRARIES} ${WSO2_LIBRARY_guththila})
+SET(WSO2_LIBRARIES ${WSO2_LIBRARIES} ${WSO2_LIBRARY_neethi})
+SET(WSO2_LIBRARIES ${WSO2_LIBRARIES} ${WSO2_LIBRARY_axis2_parser})
SET(WSO2_LIBRARIES ${WSO2_LIBRARIES} ${WSO2_LIBRARY_axis2_axiom})
-SET(WSO2_LIBRARIES ${WSO2_LIBRARIES} ${WSO2_LIBRARY_axis2_engine})
+SET(WSO2_LIBRARIES ${WSO2_LIBRARIES} ${WSO2_LIBRARY_axis2_http_common})
+SET(WSO2_LIBRARIES ${WSO2_LIBRARIES} ${WSO2_LIBRARY_axis2_engine})
SET(WSO2_LIBRARIES ${WSO2_LIBRARIES} ${WSO2_LIBRARY_wso2_wsf})
INCLUDE(FindPackageHandleStandardArgs)