



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

set(arts_akode_LIB_SRCS 
   akodearts.cc 
   akodePlayObject_impl.cpp 
   akodeMPCPlayObject_impl.cpp 
   akodeMPEGPlayObject_impl.cpp 
   akodeXiphPlayObject_impl.cpp 
   akodeVorbisStreamPlayObject_impl.cpp 
   akodeSpeexStreamPlayObject_impl.cpp )

kde4_automoc(${arts_akode_LIB_SRCS})

kde4_add_library(arts_akode SHARED ${arts_akode_LIB_SRCS})

target_link_libraries(arts_akode  ${KDE4_KDECORE_LIBS} kmedia2_idl soundserver_idl artsbuilder )

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


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

install( akodePlayObject.mcopclass  DESTINATION FILES)
install( akodearts.mcoptype akodearts.mcopclass  DESTINATION FILES)




