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 208EC10194 for ; Wed, 12 Feb 2014 06:24:44 +0000 (UTC) Received: (qmail 4259 invoked by uid 500); 12 Feb 2014 06:21:26 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 3717 invoked by uid 500); 12 Feb 2014 06:21:10 -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 3110 invoked by uid 99); 12 Feb 2014 06:20:52 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Feb 2014 06:20:52 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 63FDE55442; Wed, 12 Feb 2014 06:20:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davisp@apache.org To: commits@couchdb.apache.org Date: Wed, 12 Feb 2014 06:20:52 -0000 Message-Id: <36d76d0734984355988522dc7e5e5305@git.apache.org> In-Reply-To: <9e360a991c2f4811996c0b3e7448668a@git.apache.org> References: <9e360a991c2f4811996c0b3e7448668a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [03/33] ibrowse commit: updated refs/heads/import-master to 1167b0e Fix `make distcheck` (which builds releases and nightlies) git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@743787 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/39af2b60 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/tree/39af2b60 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/diff/39af2b60 Branch: refs/heads/import-master Commit: 39af2b605eab6c11877ca87ddad5f80086da11c4 Parents: 4d1d829 Author: Jan Lehnardt Authored: Thu Feb 12 15:52:37 2009 +0000 Committer: Jan Lehnardt Committed: Thu Feb 12 15:52:37 2009 +0000 ---------------------------------------------------------------------- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/39af2b60/Makefile.am ---------------------------------------------------------------------- diff --git a/Makefile.am b/Makefile.am index e4feb3d..614bdc3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,8 @@ ibrowseebin_DATA = \ EXTRA_DIST = \ $(ibrowse_file_collection) \ - $(ibrowseebin_static_file) + $(ibrowseebin_static_file) \ + ibrowse.hrl CLEANFILES = \ $(ibrowseebin_make_generated_file_list)