add more spacing
[personal-kdebase.git] / runtime / kioslave / smb / CMakeLists.txt
blob1c45c914d412c1e038399ad22968dfdaf9a167f6
1 check_include_files(utime.h HAVE_UTIME_H)
3 configure_file(config-smb.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-smb.h)
5 set(kio_smb_PART_SRCS 
6    kio_smb.cpp 
7    kio_smb_auth.cpp 
8    kio_smb_browse.cpp 
9    kio_smb_config.cpp 
10    kio_smb_dir.cpp 
11    kio_smb_file.cpp 
12    kio_smb_internal.cpp 
13    kio_smb_mount.cpp )
15 include_directories(${SAMBA_INCLUDE_DIR})
17 kde4_add_plugin(kio_smb ${kio_smb_PART_SRCS})
20 target_link_libraries(kio_smb   ${KDE4_KDE3SUPPORT_LIBS} ${SAMBA_LIBRARIES} )
22 install(TARGETS kio_smb  DESTINATION ${PLUGIN_INSTALL_DIR} )
25 ########### install files ###############
27 install( FILES smb-network.desktop  DESTINATION  ${DATA_INSTALL_DIR}/konqueror/dirtree/remote )
28 install( FILES smb.protocol  DESTINATION  ${SERVICES_INSTALL_DIR} )
29 install( FILES smb-network.desktop  DESTINATION  ${DATA_INSTALL_DIR}/remoteview )