Author: rhuijben
Date: Tue Jul 19 17:23:01 2011
New Revision: 1148453

URL: http://svn.apache.org/viewvc?rev=1148453&view=rev
Log:
Following up on r1148434 (build failure) and r1052451 (adding of the header),
add new header to the exports of libsvn_subr.

* build.conf
  (libsvn_subr): Add private\svn_error_private.h to the exports.

Modified:
    subversion/trunk/build.conf

Modified: subversion/trunk/build.conf
URL: 
http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=1148453&r1=1148452&r2=1148453&view=diff
==============================================================================
--- subversion/trunk/build.conf (original)
+++ subversion/trunk/build.conf Tue Jul 19 17:23:01 2011
@@ -324,7 +324,7 @@ msvc-export = 
         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_cache.h private\svn_cmdline_private.h
-        private\svn_debug.h private\svn_fspath.h
+        private\svn_debug.h private\svn_error_private.h private\svn_fspath.h
         private\svn_log.h private\svn_mergeinfo_private.h
         private\svn_opt_private.h private\svn_skel.h private\svn_sqlite.h
         private\svn_utf_private.h private\svn_eol_private.h


Reply via email to