From 10c68254aac8647c7bcf2a3d8f9523658eb828f7 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Thu, 22 May 2008 20:30:57 +0000 Subject: Updated MochiWeb in trunk to r73. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659244 13f79535-47bb-0310-9956-ffa450edef68 --- src/mochiweb/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/mochiweb/Makefile.am') diff --git a/src/mochiweb/Makefile.am b/src/mochiweb/Makefile.am index cbd1438a..a4021bb4 100644 --- a/src/mochiweb/Makefile.am +++ b/src/mochiweb/Makefile.am @@ -12,9 +12,12 @@ datarootdir = @prefix@/share -mochiwebebindir = $(erlanglibdir)/mochiweb-r64/ebin +mochiwebebindir = $(erlanglibdir)/mochiweb-r73/ebin mochiweb_file_collection = \ + mochifmt.erl \ + mochifmt_records.erl \ + mochifmt_std.erl \ mochihex.erl \ mochijson.erl \ mochijson2.erl \ @@ -39,6 +42,9 @@ mochiweb_file_collection = \ mochiwebebin_static_file = mochiweb.app mochiwebebin_make_generated_file_list = \ + mochifmt.beam \ + mochifmt_records.beam \ + mochifmt_std.beam \ mochihex.beam \ mochijson.beam \ mochijson2.beam \ -- cgit v1.2.3