You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2013/12/16 18:58:19 UTC

git commit: updated refs/heads/master to d734db0

Updated Branches:
  refs/heads/master d5f097678 -> d734db08e


Fix make distcheck


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/d734db08
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/d734db08
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/d734db08

Branch: refs/heads/master
Commit: d734db08e2298941b67913e55874aa2b45d7a6bc
Parents: d5f0976
Author: Alexander Shorin <kx...@apache.org>
Authored: Mon Dec 16 21:58:04 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Mon Dec 16 21:58:04 2013 +0400

----------------------------------------------------------------------
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/d734db08/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index dea9287..378f82b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -109,7 +109,7 @@ FAUXTON_FILES = \
     fauxton/app/app.js \
     fauxton/app/config.js \
     fauxton/app/helpers.js \
-    fauxton/app/initialize.js \
+    fauxton/app/initialize.js.underscore \
     fauxton/app/load_addons.js.underscore \
     fauxton/app/main.js \
     fauxton/app/mixins.js \