You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2013/03/08 17:32:01 UTC

svn commit: r1454450 - /subversion/trunk/build.conf

Author: philip
Date: Fri Mar  8 16:32:01 2013
New Revision: 1454450

URL: http://svn.apache.org/r1454450
Log:
Apache modules don't install correctly as part of 'make install-tools'
so move mod_dontdothat to the default build and 'make install'.

* build.conf
  (mod_dontdothat): Change install to apache-mod.

Modified:
    subversion/trunk/build.conf

Modified: subversion/trunk/build.conf
URL: http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=1454450&r1=1454449&r2=1454450&view=diff
==============================================================================
--- subversion/trunk/build.conf (original)
+++ subversion/trunk/build.conf Fri Mar  8 16:32:01 2013
@@ -383,7 +383,7 @@ type = apache-mod
 path = tools/server-side/mod_dontdothat
 nonlibs = mod_dav_svn apr aprutil
 libs = libsvn_subr xml
-install = tools
+install = apache-mod
 msvc-libs = libhttpd.lib
 
 # ----------------------------------------------------------------------------