You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2010/08/10 21:57:56 UTC

svn commit: r984192 - /couchdb/trunk/src/mochiweb/Makefile.am

Author: rnewson
Date: Tue Aug 10 19:57:55 2010
New Revision: 984192

URL: http://svn.apache.org/viewvc?rev=984192&view=rev
Log:
add internal.hrl to INTERNAL_DIST. mea culpa.

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

Modified: couchdb/trunk/src/mochiweb/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/src/mochiweb/Makefile.am?rev=984192&r1=984191&r2=984192&view=diff
==============================================================================
--- couchdb/trunk/src/mochiweb/Makefile.am (original)
+++ couchdb/trunk/src/mochiweb/Makefile.am Tue Aug 10 19:57:55 2010
@@ -88,7 +88,8 @@ mochiwebebin_DATA = \
     $(mochiwebebin_make_generated_file_list)
 
 EXTRA_DIST =  \
-    $(mochiweb_file_collection)
+    $(mochiweb_file_collection) \
+    internal.hrl
 
 CLEANFILES = \
     $(mochiwebebin_make_generated_file_list)