
include_directories(
    ${VA_WEBKIT_SOURCE_DIR}/Actvila/acnavi
    ${OWB_SOURCE_DIR}/WebCore
    ${OWB_SOURCE_DIR}/WebCore/plugins
    ${OWB_SOURCE_DIR}/WebCore/bridge
    ${OWB_BINARY_DIR}/include
)

set(LIBRARY_OUTPUT_PATH ${LIBRARY_OUTPUT_PATH}/plugins)
add_library(InettvVod SHARED log.cpp np_entry.cpp npn_gate.cpp npp_gate.cpp Plugin.cpp ScriptablePluginObject.cpp SubWindowDisplay.cpp)
target_link_libraries(InettvVod webkit-owb acnavi)

