1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-03 08:28:35 +00:00

Clean up CMakeLists.txt

svn path=/trunk/KDE/kdenetwork/krfb/; revision=564751
This commit is contained in:
Laurent Montel 2006-07-21 07:46:40 +00:00
parent d91e8a2c97
commit 9dce8277b8
3 changed files with 2 additions and 21 deletions

View File

@ -6,22 +6,3 @@ add_subdirectory( krfb )
add_subdirectory( kcm_krfb )
add_subdirectory( krfb_httpd )
########### install files ###############
#original Makefile.am contents follow:
#SUBDIRS = srvloc kinetd libvncserver krfb kcm_krfb krfb_httpd
#
#EXTRA_DIST = AUTHORS README TODO NOTES DCOP-INTERFACE
#
## not a GNU package. You can remove this line, if
## have all needed files, that a GNU package needs
#AUTOMAKE_OPTIONS = foreign
#

View File

@ -14,7 +14,7 @@ kde4_add_plugin(kded_kinetd ${kded_kinetd_PART_SRCS})
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kded_kinetd )
target_link_libraries(kded_kinetd ${KDE4_KDECORE_LIBS} srvloc kio kdnssd )
target_link_libraries(kded_kinetd ${KDE4_KIO_LIBS} srvloc kdnssd )
install(TARGETS kded_kinetd DESTINATION ${PLUGIN_INSTALL_DIR})

View File

@ -23,7 +23,7 @@ kde4_add_dcop_skels(krfb_SRCS krfbiface.h )
kde4_add_executable(krfb ${krfb_SRCS})
target_link_libraries(krfb ${KDE4_KDECORE_LIBS} krfbconfig vncserver srvloc Xtst kdeui kio )
target_link_libraries(krfb ${KDE4_KIO_LIBS} krfbconfig vncserver srvloc Xtst )
install(TARGETS krfb DESTINATION ${BIN_INSTALL_DIR} )