Author: stefan2
Date: Thu Jun 2 15:10:33 2011
New Revision: 1130598
URL: http://svn.apache.org/viewvc?rev=1130598&view=rev
Log:
Fix Windows build: tell the build scripts that libsvn_subr has a new
private header.
* build.conf
(libsvn_sub): add private\svn_string_private.h to exports
Modified:
subversion/trunk/build.conf
Modified: subversion/trunk/build.conf
URL:
http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=1130598&r1=1130597&r2=1130598&view=diff
==============================================================================
--- subversion/trunk/build.conf (original)
+++ subversion/trunk/build.conf Thu Jun 2 15:10:33 2011
@@ -331,6 +331,7 @@ msvc-export =
private\svn_utf_private.h private\svn_eol_private.h
private\svn_token.h private\svn_adler32.h
private\svn_temp_serializer.h private\svn_io_private.h
+ private\svn_string_private.h
# Working copy management lib
[libsvn_wc]