Author: joeswatosh
Date: Sun Mar 21 01:39:10 2010
New Revision: 925713
URL: http://svn.apache.org/viewvc?rev=925713&view=rev
Log:
Follow on to r924760 which removed svn_diff_private.h.
* build.conf: Remove svn_diff_private.h as a source of exported functions
in the windows build.
Approved by: stsp
Modified:
subversion/trunk/build.conf
Modified: subversion/trunk/build.conf
URL:
http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=925713&r1=925712&r2=925713&view=diff
==============================================================================
--- subversion/trunk/build.conf (original)
+++ subversion/trunk/build.conf Sun Mar 21 01:39:10 2010
@@ -224,7 +224,7 @@ type = lib
path = subversion/libsvn_diff
libs = libsvn_subr apriconv apr
install = lib
-msvc-export = svn_diff.h private/svn_diff_private.h
+msvc-export = svn_diff.h
# The repository filesystem library
[libsvn_fs]