summaryrefslogtreecommitdiff
path: root/src/mochiweb/Makefile.am
diff options
context:
space:
mode:
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 \