Fix missing file in Makefile.am This closes #183
Signed-off-by: Alexander Shorin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/510070c0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/510070c0 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/510070c0 Branch: refs/heads/2041-update-ibrowse Commit: 510070c0979b72a111ba865a421a221250fc9350 Parents: b8accb4 Author: Robert Kowalski <[email protected]> Authored: Sat Mar 15 16:00:22 2014 +0100 Committer: Alexander Shorin <[email protected]> Committed: Sat Mar 15 19:47:02 2014 +0400 ---------------------------------------------------------------------- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/510070c0/src/Makefile.am ---------------------------------------------------------------------- diff --git a/src/Makefile.am b/src/Makefile.am index 89a6afd..43afcf5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -147,6 +147,7 @@ FAUXTON_FILES = \ fauxton/app/addons/databases/resources.js \ fauxton/app/addons/databases/routes.js \ fauxton/app/addons/databases/views.js \ + fauxton/app/addons/databases/tests/resourcesSpec.js \ fauxton/app/addons/documents/base.js \ fauxton/app/addons/documents/resources.js \ fauxton/app/addons/documents/routes.js \
