


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

set(kded_systemdirnotify_PART_SRCS systemdirnotify.cpp systemdirnotifymodule.cpp )

kde4_automoc(${kded_systemdirnotify_PART_SRCS})

kde4_add_plugin(kded_systemdirnotify ${kded_systemdirnotify_PART_SRCS})


target_link_libraries(kded_systemdirnotify  ${KDE4_KIO_LIBS})

install(TARGETS kded_systemdirnotify  DESTINATION ${PLUGIN_INSTALL_DIR} )


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

install( FILES systemdirnotify.desktop  DESTINATION  ${SERVICES_INSTALL_DIR}/kded )

