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

svn commit: r743787 - /couchdb/trunk/src/ibrowse/Makefile.am

Author: jan
Date: Thu Feb 12 15:52:37 2009
New Revision: 743787

URL: http://svn.apache.org/viewvc?rev=743787&view=rev
Log:
Fix `make distcheck` (which builds releases and nightlies)

Modified:
    couchdb/trunk/src/ibrowse/Makefile.am

Modified: couchdb/trunk/src/ibrowse/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/src/ibrowse/Makefile.am?rev=743787&r1=743786&r2=743787&view=diff
==============================================================================
--- couchdb/trunk/src/ibrowse/Makefile.am (original)
+++ couchdb/trunk/src/ibrowse/Makefile.am Thu Feb 12 15:52:37 2009
@@ -38,7 +38,8 @@
 
 EXTRA_DIST =  \
     $(ibrowse_file_collection) \
-    $(ibrowseebin_static_file)
+    $(ibrowseebin_static_file) \
+    ibrowse.hrl
 
 CLEANFILES = \
     $(ibrowseebin_make_generated_file_list)