summaryrefslogtreecommitdiff
path: root/src/mochiweb
diff options
context:
space:
mode:
Diffstat (limited to 'src/mochiweb')
-rw-r--r--src/mochiweb/Makefile.am2
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) $<