[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/runtime/kioslave
From:       Christian Ehrlicher <Ch.Ehrlicher () gmx ! de>
Date:       2007-03-16 5:59:10
Message-ID: 1174024750.318757.9221.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 643022 by chehrlic:

ldap now compiles fine without sasl2
trash does not compile on win32 atm

 M  +4 -4      CMakeLists.txt  


--- trunk/KDE/kdebase/runtime/kioslave/CMakeLists.txt #643021:643022
@@ -15,7 +15,9 @@
 add_subdirectory( tar ) 
 add_subdirectory( finger ) 
 add_subdirectory( settings )
-add_subdirectory( trash ) 
+if(NOT WIN32)
+  add_subdirectory( trash )
+endif(NOT WIN32)
 add_subdirectory( media ) 
 add_subdirectory( remote ) 
 add_subdirectory( home ) 
@@ -38,6 +40,4 @@
 macro_log_feature(SAMBA_FOUND "Samba" "Sambas libsmbclient is required for the \
smb-ioslave. A version which already has smbc_set_context() is required" \
"http://www.samba.org")  endif(SAMBA_FOUND)
 
-if(SASL2_FOUND)
-   add_subdirectory(ldap)
-endif(SASL2_FOUND)
+add_subdirectory(ldap)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic