From: <svn...@op...> - 2010-01-31 20:46:58
|
Author: scriptor Date: Sun Jan 31 21:46:48 2010 New Revision: 6028 URL: http://www.opensync.org/changeset/6028 Log: Added missing library. Modified: plugins/ldap-sync/misc/CMakeLists.txt Modified: plugins/ldap-sync/misc/CMakeLists.txt ============================================================================== --- plugins/ldap-sync/misc/CMakeLists.txt Sun Jan 31 18:06:57 2010 (r6027) +++ plugins/ldap-sync/misc/CMakeLists.txt Sun Jan 31 21:46:48 2010 (r6028) @@ -28,7 +28,7 @@ ADD_EXECUTABLE(ldap_format_convert ldap_format_convert.c) -TARGET_LINK_LIBRARIES( ldap_format_convert ${OPENSYNC_LIBRARIES} ${GLIB2_LIBRARIES} ) +TARGET_LINK_LIBRARIES( ldap_format_convert ${OPENSYNC_LIBRARIES} ${GLIB2_LIBRARIES} ${LIBXML2_LIBRARIES} ) INSTALL( TARGETS ldap_format_convert DESTINATION ${BIN_INSTALL_DIR} ) |