

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

set(lisa_SRCS 
   addressvalidator.cpp 
   netmanager.cpp 
   netscanner.cpp 
   ipaddress.cpp 
   main.cpp 
   mystring.cpp 
   client.cpp 
   configfile.cpp )

kde4_add_executable(lisad NOGUI ${lisa_SRCS})

install(TARGETS lisad DESTINATION ${SBIN_INSTALL_DIR} )


########### next target ###############
#
# do not compile reslisa, I don't think it is needed in any way for KDE 4, Alex
#
# set(reslisa_SRCS addressvalidator.cpp netmanager.cpp netscanner.cpp ipaddress.cpp strictmain.cpp mystring.cpp client.cpp configfile.cpp )
# kde4_add_executable(reslisa ${reslisa_SRCS})
# install(TARGETS reslisa  DESTINATION ${BIN_INSTALL_DIR} )


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

install( FILES README DESTINATION ${DATA_INSTALL_DIR}/lisa)


