Index: build.conf =================================================================== --- build.conf (.../trunk) (revision 31195) +++ build.conf (.../branches/kwallet) (revision 31195) @@ -318,6 +318,15 @@ msvc-libs = advapi32.lib shfolder.lib ole32.lib msvc-export = svn_auth.h svn_base64.h svn_cmdline.h svn_compat.h svn_config.h svn_ctype.h svn_dso.h svn_error.h svn_hash.h svn_io.h svn_md5.h svn_nls.h svn_opt.h svn_mergeinfo.h svn_path.h svn_pools.h svn_props.h svn_quoprint.h svn_sorts.h svn_string.h svn_subst.h svn_time.h svn_types.h svn_user.h svn_utf.h svn_version.h svn_xml.h private\svn_atomic.h private\svn_log.h private\svn_mergeinfo_private.h svn_iter.h private\svn_opt_private.h +# Support for KWallet +[libsvn_auth_kwallet] +description = Subversion KWallet Library +type = lib +install = kwallet-lib +path = subversion/libsvn_auth_kwallet +libs = apr kwallet libsvn_subr +link-cmd = $(LINK_CXX) + # Low-level grab bag of utilities [libsvn_fs_util] type = lib @@ -827,6 +836,10 @@ type = lib external-lib = $(SVN_DB_LIBS) +[kwallet] +type = lib +external-lib = $(SVN_KWALLET_LIBS) + [sasl] type = lib external-lib = $(SVN_SASL_LIBS)