diff options
author | Robert Newson <rnewson@apache.org> | 2011-05-17 13:36:18 +0000 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2011-05-17 13:36:18 +0000 |
commit | cc9965f8a703f2140e1e4ad2ddf2117653195946 (patch) | |
tree | 1c502d8df11748e0567695abf2b68c6b5a03b2c0 | |
parent | 70ac73e0e7273ca28b6002b8091220e57e31ba2b (diff) | |
parent | 8730a6d78cd024783f3060d206cf5b8a922d3ce5 (diff) |
tagging 1.1.0
git-svn-id: https://svn.apache.org/repos/asf/couchdb/tags/1.1.0@1104242 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) $< |