Skip to content

Commit

Permalink
adding mochiweb.app.src to EXTRA_DIST, removing annoying blank line.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1104239 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
rnewson committed May 17, 2011
1 parent 243892c commit 8730a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mochiweb/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ mochiwebebin_DATA = \

EXTRA_DIST = \
$(mochiweb_file_collection) \
mochiweb.app.src \
internal.hrl

CLEANFILES = \
Expand All @@ -98,5 +99,4 @@ CLEANFILES = \
cp $< $@

%.beam: %.erl

$(ERLC) $(ERLC_FLAGS) $<

0 comments on commit 8730a6d

Please sign in to comment.