
add_subdirectory( tools ) 




########### next target ###############

set(arts_xine_LIB_SRCS xinePlayObject.cc xinePlayObject_impl.cpp audio_fifo_out.c )

kde4_automoc(${arts_xine_LIB_SRCS})

kde4_add_library(arts_xine SHARED ${arts_xine_LIB_SRCS})

target_link_libraries(arts_xine  ${KDE4_KDECORE_LIBS} kmedia2_idl soundserver_idl artsflow )

set_target_properties(arts_xine PROPERTIES VERSION 1.0.0 SOVERSION 1 )
install(TARGETS arts_xine  DESTINATION ${LIB_INSTALL_DIR} )


########### install files ###############

install( xineAudioPlayObject.mcopclass xineVideoPlayObject.mcopclass  DESTINATION FILES)




