You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2009/11/18 19:02:23 UTC

svn commit: r881854 - in /couchdb/branches/0.9.x: Makefile.am configure.ac src/Makefile.am

Author: nslater
Date: Wed Nov 18 18:02:22 2009
New Revision: 881854

URL: http://svn.apache.org/viewvc?rev=881854&view=rev
Log:
fixed build

Modified:
    couchdb/branches/0.9.x/Makefile.am
    couchdb/branches/0.9.x/configure.ac
    couchdb/branches/0.9.x/src/Makefile.am

Modified: couchdb/branches/0.9.x/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/branches/0.9.x/Makefile.am?rev=881854&r1=881853&r2=881854&view=diff
==============================================================================
--- couchdb/branches/0.9.x/Makefile.am (original)
+++ couchdb/branches/0.9.x/Makefile.am Wed Nov 18 18:02:22 2009
@@ -10,7 +10,7 @@
 ## License for the specific language governing permissions and limitations
 ## under the License.
 
-SUBDIRS = bin etc src/couchdb src/ibrowse src/mochiweb share test var utils
+SUBDIRS = bin etc src share test var utils
 
 localdoc_DATA = AUTHORS.gz BUGS.gz CHANGES.gz NEWS.gz README.gz THANKS.gz
 

Modified: couchdb/branches/0.9.x/configure.ac
URL: http://svn.apache.org/viewvc/couchdb/branches/0.9.x/configure.ac?rev=881854&r1=881853&r2=881854&view=diff
==============================================================================
--- couchdb/branches/0.9.x/configure.ac (original)
+++ couchdb/branches/0.9.x/configure.ac Wed Nov 18 18:02:22 2009
@@ -265,6 +265,7 @@
 AC_CONFIG_FILES([etc/logrotate.d/Makefile])
 AC_CONFIG_FILES([etc/Makefile])
 AC_CONFIG_FILES([share/Makefile])
+AC_CONFIG_FILES([src/Makefile])
 AC_CONFIG_FILES([src/couchdb/couch.app.tpl])
 AC_CONFIG_FILES([src/couchdb/Makefile])
 AC_CONFIG_FILES([src/ibrowse/Makefile])

Modified: couchdb/branches/0.9.x/src/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/branches/0.9.x/src/Makefile.am?rev=881854&r1=881853&r2=881854&view=diff
==============================================================================
--- couchdb/branches/0.9.x/src/Makefile.am (original)
+++ couchdb/branches/0.9.x/src/Makefile.am Wed Nov 18 18:02:22 2009
@@ -10,4 +10,4 @@
 ## License for the specific language governing permissions and limitations
 ## under the License.
 
-## This file intentionally left blank.
+SUBDIRS = couchdb ibrowse mochiweb