Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1645997EB for ; Thu, 9 Feb 2012 00:06:12 +0000 (UTC) Received: (qmail 51736 invoked by uid 500); 9 Feb 2012 00:06:11 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 51615 invoked by uid 500); 9 Feb 2012 00:06:11 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 51608 invoked by uid 99); 9 Feb 2012 00:06:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2012 00:06:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.114] (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2012 00:06:08 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 76A4B31D6AB; Thu, 9 Feb 2012 00:05:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nslater@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: Fixed dist errors Message-Id: <20120209000547.76A4B31D6AB@tyr.zones.apache.org> Date: Thu, 9 Feb 2012 00:05:47 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Updated Branches: refs/heads/1.2.x 34d08c0ab -> 836cfff20 Fixed dist errors Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/836cfff2 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/836cfff2 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/836cfff2 Branch: refs/heads/1.2.x Commit: 836cfff2013cab7d203ea56f4cf9ba2fa646c7ae Parents: 34d08c0 Author: Noah Slater Authored: Wed Feb 8 23:24:57 2012 +0000 Committer: Noah Slater Committed: Thu Feb 9 00:05:38 2012 +0000 ---------------------------------------------------------------------- src/mochiweb/Makefile.am | 2 ++ src/snappy/Makefile.am | 4 +++- 2 files changed, 5 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/836cfff2/src/mochiweb/Makefile.am ---------------------------------------------------------------------- diff --git a/src/mochiweb/Makefile.am b/src/mochiweb/Makefile.am index e14a529..d31a6eb 100644 --- a/src/mochiweb/Makefile.am +++ b/src/mochiweb/Makefile.am @@ -30,6 +30,7 @@ mochiweb_file_collection = \ mochitemp.erl \ mochiutf8.erl \ mochiweb.app.in \ + mochiweb.app.src \ mochiweb.erl \ mochiweb_acceptor.erl \ mochiweb_app.erl \ @@ -44,6 +45,7 @@ mochiweb_file_collection = \ mochiweb_mime.erl \ mochiweb_multipart.erl \ mochiweb_request.erl \ + mochiweb_request_tests.erl \ mochiweb_response.erl \ mochiweb_skel.erl \ mochiweb_socket.erl \ http://git-wip-us.apache.org/repos/asf/couchdb/blob/836cfff2/src/snappy/Makefile.am ---------------------------------------------------------------------- diff --git a/src/snappy/Makefile.am b/src/snappy/Makefile.am index 55046ba..bca103b 100644 --- a/src/snappy/Makefile.am +++ b/src/snappy/Makefile.am @@ -25,7 +25,7 @@ snappy_cxx_hdrs = \ google-snappy/snappy-internal.h \ google-snappy/snappy-sinksource.h \ google-snappy/snappy-stubs-internal.h \ - google-snappy/snappy-stubs-public.h + google-snappy/snappy-stubs-public.h.in snappy_file_collection = \ snappy.app.in \ @@ -36,6 +36,8 @@ snappyebin_make_generated_file_list = \ snappy.beam EXTRA_DIST = \ + google-snappy/AUTHORS \ + google-snappy/COPYING \ $(snappy_cxx_hdrs) \ $(snappy_file_collection)