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 2011/05/17 15:36:00 UTC

svn commit: r1104239 - /couchdb/branches/1.1.x/src/mochiweb/Makefile.am

Author: rnewson
Date: Tue May 17 13:35:59 2011
New Revision: 1104239

URL: http://svn.apache.org/viewvc?rev=1104239&view=rev
Log:
adding mochiweb.app.src to EXTRA_DIST, removing annoying blank line.

Modified:
    couchdb/branches/1.1.x/src/mochiweb/Makefile.am

Modified: couchdb/branches/1.1.x/src/mochiweb/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/branches/1.1.x/src/mochiweb/Makefile.am?rev=1104239&r1=1104238&r2=1104239&view=diff
==============================================================================
--- couchdb/branches/1.1.x/src/mochiweb/Makefile.am (original)
+++ couchdb/branches/1.1.x/src/mochiweb/Makefile.am Tue May 17 13:35:59 2011
@@ -89,6 +89,7 @@ mochiwebebin_DATA = \
 
 EXTRA_DIST =  \
     $(mochiweb_file_collection) \
+    mochiweb.app.src \
     internal.hrl
 
 CLEANFILES = \
@@ -98,5 +99,4 @@ CLEANFILES = \
 	cp $< $@
 
 %.beam: %.erl
-
 	$(ERLC) $(ERLC_FLAGS) $<