Updated Branches: refs/heads/master fdbd48a44 -> eb7d91f01
fix make distcheck on linux Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/eb7d91f0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/eb7d91f0 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/eb7d91f0 Branch: refs/heads/master Commit: eb7d91f011736a6693670e1d459f7227e00708a4 Parents: fdbd48a Author: Jan Lehnardt <[email protected]> Authored: Tue Feb 19 13:57:07 2013 +0100 Committer: Jan Lehnardt <[email protected]> Committed: Tue Feb 19 13:57:20 2013 +0100 ---------------------------------------------------------------------- share/Makefile.am | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/eb7d91f0/share/Makefile.am ---------------------------------------------------------------------- diff --git a/share/Makefile.am b/share/Makefile.am index 876c701..135293d 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -195,7 +195,6 @@ nobase_dist_localdata_DATA = \ www/script/test/replicator_db_update_security.js \ www/script/test/replicator_db_user_ctx.js \ www/script/test/replicator_db_write_auth.js \ - www/script/test/replicator_db_security.js \ www/script/test/rev_stemming.js \ www/script/test/rewrite.js \ www/script/test/security_validation.js \
