From: <svn...@op...> - 2009-08-13 21:00:41
|
Author: scriptor Date: Thu Aug 13 23:00:30 2009 New Revision: 5715 URL: http://www.opensync.org/changeset/5715 Log: I have removed the target "ldap_plugin_auth", as ldap_plugin_auth.c does not exist any more. Modified: plugins/ldap-sync/tests/CMakeLists.txt Modified: plugins/ldap-sync/tests/CMakeLists.txt ============================================================================== --- plugins/ldap-sync/tests/CMakeLists.txt Thu Aug 13 23:00:08 2009 (r5714) +++ plugins/ldap-sync/tests/CMakeLists.txt Thu Aug 13 23:00:30 2009 (r5715) @@ -552,9 +552,6 @@ INCLUDE_DIRECTORIES( ${CMAKE_BINARY_DIR} ${OPENSYNC_INCLUDE_DIRS} ${GLIB2_INCLUDE_DIRS} ${LIBXML2_INCLUDE_DIRS} ${LIBXSLT_INCLUDE_DIRS} ) LINK_DIRECTORIES( ${OPENSYNC_LIBRARY_DIRS} ${GLIB2_LIBRARY_DIRS} ${LIBXML2_LIBRARY_DIRS} ${LIBXSLT_LIBRARY_DIRS} ) - ADD_EXECUTABLE( ldap_plugin_auth ldap_plugin_auth.c ) - TARGET_LINK_LIBRARIES( ldap_plugin_auth ${OPENSYNC_LIBRARIES} ${GLIB2_LIBRARIES} ${LIBXML2_LIBRARY_DIRS} ${LIBXSLT_LIBRARIES} ) - ADD_TEST( plugin_auth_simple_slapd ${TESTDIR}/check_plugin_auth "plugin_auth_simple_slapd" ${CMAKE_BINARY_DIR} "${CMAKE_SOURCE_DIR}/tests/ldap-sync.conf_simple_slapd" ) ADD_TEST( plugin_auth_digest_md5_slapd ${TESTDIR}/check_plugin_auth "plugin_auth_digest_md5_slapd" ${CMAKE_BINARY_DIR} "${CMAKE_SOURCE_DIR}/tests/ldap-sync.conf_digest_md5_slapd" ) |