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

List:       kde-commits
Subject:    KDE/kdepimlibs
From:       Dirk Mueller <mueller () kde ! org>
Date:       2006-07-31 22:52:24
Message-ID: 1154386344.394895.30705.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 568382 by mueller:

only compile kldap when ldap is there


 M  +4 -1      CMakeLists.txt  


--- trunk/KDE/kdepimlibs/CMakeLists.txt #568381:568382
@@ -17,11 +17,14 @@
 
 
 add_subdirectory(emailfunctions)
+
 if(NOT MSVC)
 add_subdirectory(kcal)
 endif(NOT MSVC)
 add_subdirectory(ktnef)
-add_subdirectory(kldap)
+if(LDAP_FOUND)
+  add_subdirectory(kldap)
+endif(LDAP_FOUND)
 add_subdirectory(kresources)
 add_subdirectory(kabc)
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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