diff options
author | Robert Newson <rnewson@apache.org> | 2011-05-17 13:35:59 +0000 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2011-05-17 13:35:59 +0000 |
commit | 8730a6d78cd024783f3060d206cf5b8a922d3ce5 (patch) | |
tree | 1c502d8df11748e0567695abf2b68c6b5a03b2c0 | |
parent | 243892c0836c9ad67ef97442fe547955a5ba5a81 (diff) |
adding mochiweb.app.src to EXTRA_DIST, removing annoying blank line.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1104239 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/mochiweb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mochiweb/Makefile.am b/src/mochiweb/Makefile.am index 752118df..4fa49631 100644 --- a/src/mochiweb/Makefile.am +++ b/src/mochiweb/Makefile.am @@ -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) $< |