
include_directories(${KDE4_INCLUDES} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} )

add_subdirectory(kryonmr)
#add_subdirectory(kryonmrthumbcreator)
add_subdirectory(mimetypes)


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

install(FILES  kryonmr.desktop DESTINATION ${SERVICES_INSTALL_DIR} )

kde4_install_icons(${ICON_INSTALL_DIR})



#original Makefile.am contents follow:

#INCLUDES = $(all_includes)
#METASOURCES = AUTO
#
#KDE_ICON = AUTO
#
## Install this plugin in the KDE modules directory
#
## This is all standard.  Remove the LIB_KHTML reference if you are not
## using the KHTML Part
#
## this is where the desktop file will go
#
## this is where the desktop file will go 
#partdesktopdir = $(kde_servicesdir)
#partdesktop_DATA = kryonmr.desktop
#
#
#
## appicon_ICON = AUTO
#
#
#messages: rc.cpp
#	$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
#	$(XGETTEXT) *.cpp -o $(podir)/kern.pot
#
#SUBDIRS = kryonmr kryonmrthumbcreator mimetypes
