You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/12 07:20:52 UTC

[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 <ja...@apache.org>
Authored: Thu Feb 12 15:52:37 2009 +0000
Committer: Jan Lehnardt <ja...@apache.org>
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)