summaryrefslogtreecommitdiff
path: root/src/mochiweb/Makefile.am
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2008-05-22 20:30:57 +0000
committerChristopher Lenz <cmlenz@apache.org>2008-05-22 20:30:57 +0000
commit10c68254aac8647c7bcf2a3d8f9523658eb828f7 (patch)
treea658b2b8959d523eeae70ab07f8fd0a4b412dfb8 /src/mochiweb/Makefile.am
parent3a08b41f8c2a97eee0904b6359e559ed76dfc9fd (diff)
Updated MochiWeb in trunk to r73.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659244 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/mochiweb/Makefile.am')
-rw-r--r--src/mochiweb/Makefile.am8
1 files changed, 7 insertions, 1 deletions
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 \